Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/feature/
DIMMTelFeature.java82 boolean isConnected(int callServiceType, int callType) throws RemoteException; in isConnected()
125 ImsCallProfile createCallProfile(int sessionId, int callServiceType, int callType) in createCallProfile()
DMMTelFeature.java53 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/
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.java1089 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
DImsManager.java1623 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/
DImsServiceProxyCompat.java70 public boolean isConnected(int callServiceType, int callType) in isConnected()
97 public ImsCallProfile createCallProfile(int sessionId, int callServiceType, int callType) in createCallProfile()
DImsServiceProxy.java138 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/
DIImsService.aidl39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected()
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
DIImsCallSession.aidl135 void accept(int callType, in ImsStreamMediaProfile profile); in accept()
187 void update(int callType, in ImsStreamMediaProfile profile); in update()
DIImsServiceController.aidl45 boolean isConnected(int slotId, int featureType, int callSessionType, int callType); in isConnected()
52 int callSessionType, int callType); in createCallProfile()
DImsCallSession.java694 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/
DImsCallSessionImplBase.java181 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/
DTestImsServiceControllerAdapter.java72 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/
DImsExternalCallState.java57 int callType, boolean isCallheld) { in ImsExternalCallState()
DImsCallProfile.java233 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile()
365 public static int getVideoStateFromCallType(int callType) { in getVideoStateFromCallType()
/frameworks/base/core/java/android/provider/
DCallLog.java523 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/
DParcelableCallAnalytics.java286 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/
DImsPhoneCallTracker.java971 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState); in dialInternal() local