/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | IMMTelFeature.java | 82 boolean isConnected(int callServiceType, int callType) throws RemoteException; in isConnected() 125 ImsCallProfile createCallProfile(int sessionId, int callServiceType, int callType) in createCallProfile()
|
D | MMTelFeature.java | 53 public boolean isConnected(int callSessionType, int callType) { in isConnected() 71 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile()
|
/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 | 1089 public void accept(int callType) throws ImsException { in accept() 1101 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept() 1380 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { in update() 3306 String callType = mCallProfile.getCallExtra(ImsCallProfile.EXTRA_CALL_RAT_TYPE); in isWifiCall() local
|
D | ImsManager.java | 1623 public boolean isConnected(int serviceType, int callType) in isConnected() 1672 public ImsCallProfile createCallProfile(int sessionId, int serviceType, int callType) in createCallProfile()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsServiceProxyCompat.java | 70 public boolean isConnected(int callServiceType, int callType) in isConnected() 97 public ImsCallProfile createCallProfile(int sessionId, int callServiceType, int callType) in createCallProfile()
|
D | ImsServiceProxy.java | 138 public boolean isConnected(int callServiceType, int callType) in isConnected() 176 public ImsCallProfile createCallProfile(int sessionId, int callServiceType, int callType) in createCallProfile()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
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 | 135 void accept(int callType, in ImsStreamMediaProfile profile); in accept() 187 void update(int callType, in ImsStreamMediaProfile profile); in update()
|
D | IImsServiceController.aidl | 45 boolean isConnected(int slotId, int featureType, int callSessionType, int callType); in isConnected() 52 int callSessionType, int callType); in createCallProfile()
|
D | ImsCallSession.java | 694 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 797 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsCallSessionImplBase.java | 181 public void accept(int callType, ImsStreamMediaProfile profile) throws RemoteException { in accept() 255 public void update(int callType, ImsStreamMediaProfile profile) throws RemoteException { in update()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | TestImsServiceControllerAdapter.java | 72 public boolean isConnected(int slotId, int featureType, int callSessionType, int callType) in isConnected() 101 int callSessionType, int callType) throws RemoteException { in createCallProfile()
|
/frameworks/base/telephony/java/com/android/ims/ |
D | ImsExternalCallState.java | 57 int callType, boolean isCallheld) { in ImsExternalCallState()
|
D | ImsCallProfile.java | 233 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile() 365 public static int getVideoStateFromCallType(int callType) { in getVideoStateFromCallType()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 523 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall() 561 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() 604 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableCallAnalytics.java | 286 private final int callType; field in ParcelableCallAnalytics 322 public ParcelableCallAnalytics(long startTimeMillis, long callDurationMillis, int callType, in ParcelableCallAnalytics()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 971 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState); in dialInternal() local
|