/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsExternalCallState.java | 93 @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()
|
D | ImsCallProfile.java | 426 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()
|
D | ImsCallSession.java | 755 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/ |
D | IImsMMTelFeature.aidl | 39 boolean isConnected(int callSessionType, int callType); in isConnected() 44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile()
|
D | IImsService.aidl | 39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected() 54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
|
D | IImsCallSession.aidl | 136 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/ |
D | ImsServiceBase.java | 55 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()
|
D | ImsCall.java | 1147 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
|
D | MmTelFeatureConnection.java | 774 public ImsCallProfile createCallProfile(int callServiceType, int callType) in createCallProfile()
|
D | ImsManager.java | 2003 public ImsCallProfile createCallProfile(int serviceType, int callType) throws ImsException { in createCallProfile()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsServiceInterfaceAdapter.java | 56 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected() 78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile()
|
D | MmTelInterfaceAdapter.java | 57 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected() 78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile()
|
D | MmTelFeatureCompatAdapter.java | 382 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
|
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/ |
D | MMTelFeature.java | 234 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/ |
D | TestMMTelFeatureCompat.java | 34 public boolean isConnected(int callSessinType, int callType) { in isConnected()
|
D | TestMmTelFeature.java | 59 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsCallSessionImplBase.java | 397 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/ |
D | CallLog.java | 628 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/ |
D | IImsMmTelFeature.aidl | 39 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableCallAnalytics.java | 309 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/ |
D | ImsCallSessionImplBase.java | 181 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/ |
D | MmTelFeature.java | 557 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 1054 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState); in dialInternal() local
|