Home
last modified time | relevance | path

Searched refs:createCallProfile (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java111 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType)
114 return MMTelFeature.this.createCallProfile(sessionId, callSessionType, callType);
284 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile() method in MMTelFeature
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DTestMmTelFeature.java59 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in TestMmTelFeature
60 return super.createCallProfile(callSessionType, callType); in createCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DMmTelInterfaceAdapter.java78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile() method in MmTelInterfaceAdapter
80 return getInterface().createCallProfile(sessionId, callSessionType, callType); in createCallProfile()
DMmTelFeatureCompatAdapter.java382 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in MmTelFeatureCompatAdapter
384 return mCompatFeature.createCallProfile(mSessionId, callSessionType, callType); in createCallProfile()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsMMTelFeature.aidl44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile() method
DIImsService.aidl54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile() method
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java85 public ImsCallProfile createCallProfile(int callSessionType, int callType)
89 return MmTelFeature.this.createCallProfile(callSessionType, callType);
623 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in MmTelFeature
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl39 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java443 public ImsCallProfile createCallProfile(int callServiceType, int callType) in createCallProfile() method in MmTelFeatureConnection
447 return getServiceInterface(mBinder).createCallProfile(callServiceType, callType); in createCallProfile()
DImsManager.java1930 public ImsCallProfile createCallProfile(int serviceType, int callType) throws ImsException { in createCallProfile() method in ImsManager
1934 return mMmTelFeatureConnection.createCallProfile(serviceType, callType); in createCallProfile()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java194 doReturn(mImsCallProfile).when(mImsManager).createCallProfile(anyInt(), anyInt()); in setUp()
693 mImsManager).createCallProfile(anyInt(), anyInt()); in testDialImsServiceUnavailable()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1473 ImsCallProfile profile = mImsManager.createCallProfile(serviceType, callType); in dialInternal()
2301 ImsCallProfile profile = mImsManager.createCallProfile( in sendUSSD()
/frameworks/base/telephony/api/
Dsystem-current.txt1767 method @Nullable public android.telephony.ims.ImsCallProfile createCallProfile(int, int);
/frameworks/base/api/
Dtest-current.txt4675 method @Nullable public android.telephony.ims.ImsCallProfile createCallProfile(int, int);
Dsystem-current.txt12270 method @Nullable public android.telephony.ims.ImsCallProfile createCallProfile(int, int);
/frameworks/base/non-updatable-api/
Dsystem-current.txt11152 method @Nullable public android.telephony.ims.ImsCallProfile createCallProfile(int, int);