Home
last modified time | relevance | path

Searched defs:callType (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DImsExternalCallState.java93 @ExternalCallState int callState, int callType, boolean isCallheld) { in ImsExternalCallState()
105 boolean isPullable, @ExternalCallState int callState, int callType, in ImsExternalCallState()
131 @ExternalCallType int callType, boolean isCallheld) { in ImsExternalCallState()
DImsCallProfile.java426 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile()
454 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile()
645 public static int getVideoStateFromCallType(int callType) { in getVideoStateFromCallType()
DImsCallSession.java755 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
874 public void update(int callType, ImsStreamMediaProfile profile) { in update()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsMMTelFeature.aidl39 boolean isConnected(int callSessionType, int callType); in isConnected()
44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile()
DIImsService.aidl39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected()
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
DIImsCallSession.aidl136 void accept(int callType, in ImsStreamMediaProfile profile); in accept()
195 void update(int callType, in ImsStreamMediaProfile profile); in update()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsServiceBase.java55 public boolean isConnected(int serviceId, int serviceType, int callType) { in isConnected()
76 public ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType) { in createCallProfile()
148 protected boolean onIsConnected(int serviceId, int serviceType, int callType) { in onIsConnected()
168 protected ImsCallProfile onCreateCallProfile(int serviceId, int serviceType, int callType) { in onCreateCallProfile()
DImsCall.java1147 public void accept(int callType) throws ImsException { in accept()
1159 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept()
1491 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { in update()
3606 String callType = mCallProfile.getCallExtra(ImsCallProfile.EXTRA_CALL_RAT_TYPE); in getRadioTechnology() local
DMmTelFeatureConnection.java774 public ImsCallProfile createCallProfile(int callServiceType, int callType) in createCallProfile()
DImsManager.java2003 public ImsCallProfile createCallProfile(int serviceType, int callType) throws ImsException { in createCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceInterfaceAdapter.java56 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected()
78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile()
DMmTelInterfaceAdapter.java57 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected()
78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile()
DMmTelFeatureCompatAdapter.java382 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java234 public boolean isConnected(int callSessionType, int callType) { in isConnected()
281 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile()
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DTestMMTelFeatureCompat.java34 public boolean isConnected(int callSessinType, int callType) { in isConnected()
DTestMmTelFeature.java59 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java397 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
471 public void update(int callType, ImsStreamMediaProfile profile) { in update()
/frameworks/base/core/java/android/provider/
DCallLog.java628 int presentation, int callType, int features, in addCall()
668 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
717 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl39 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile()
/frameworks/base/telecomm/java/android/telecom/
DParcelableCallAnalytics.java309 private final int callType; field in ParcelableCallAnalytics
348 public ParcelableCallAnalytics(long startTimeMillis, long callDurationMillis, int callType, in ParcelableCallAnalytics()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java181 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
262 public void update(int callType, ImsStreamMediaProfile profile) { in update()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java557 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1054 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState); in dialInternal() local