Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java112 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType)
115 return MMTelFeature.this.createCallProfile(sessionId, callSessionType, callType);
285 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile() method in MMTelFeature
/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.java386 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in MmTelFeatureCompatAdapter
388 return mCompatFeature.createCallProfile(mSessionId, callSessionType, callType); in createCallProfile()
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DTestMmTelFeature.java73 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in TestMmTelFeature
74 return super.createCallProfile(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/aidl/
DIImsMmTelFeature.aidl45 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java482 public ImsCallProfile createCallProfile(int callServiceType, int callType) in createCallProfile() method in MmTelFeatureConnection
486 return getServiceInterface(mBinder).createCallProfile(callServiceType, callType); in createCallProfile()
DImsManager.java2506 public ImsCallProfile createCallProfile(int serviceType, int callType) throws ImsException { in createCallProfile() method in ImsManager
2510 return c.createCallProfile(serviceType, callType); in createCallProfile()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java130 public ImsCallProfile createCallProfile(int callSessionType, int callType)
132 return executeMethodAsyncForResult(() -> MmTelFeature.this.createCallProfile(
1552 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in MmTelFeature
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java241 doReturn(mImsCallProfile).when(mImsManager).createCallProfile(anyInt(), anyInt()); in setUp()
1087 mImsManager).createCallProfile(anyInt(), anyInt()); in testDialImsServiceUnavailable()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2097 ImsCallProfile profile = mImsManager.createCallProfile(serviceType, callType); in dialInternal()
2972 ImsCallProfile profile = mImsManager.createCallProfile( in sendUSSD()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt53045 Landroid/telephony/ims/compat/feature/MMTelFeature;->createCallProfile(III)Landroid/telephony/ims/I…
70863 Lcom/android/ims/internal/IImsMMTelFeature$Stub$Proxy;->createCallProfile(III)Landroid/telephony/im…
70902 Lcom/android/ims/internal/IImsMMTelFeature;->createCallProfile(III)Landroid/telephony/ims/ImsCallPr…
70973 Lcom/android/ims/internal/IImsService$Stub$Proxy;->createCallProfile(III)Landroid/telephony/ims/Ims…
71008 Lcom/android/ims/internal/IImsService;->createCallProfile(III)Landroid/telephony/ims/ImsCallProfile;
/frameworks/base/core/api/
Dsystem-current.txt17328 method @Nullable public android.telephony.ims.ImsCallProfile createCallProfile(int, int);