/frameworks/base/telephony/java/android/telephony/ims/compat/feature/ |
D | MMTelFeature.java | 112 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/tests/telephonytests/src/android/telephony/ims/ |
D | TestMmTelFeature.java | 64 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in TestMmTelFeature 65 return super.createCallProfile(callSessionType, callType); in createCallProfile()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | MmTelInterfaceAdapter.java | 78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile() method in MmTelInterfaceAdapter 80 return getInterface().createCallProfile(sessionId, callSessionType, callType); in createCallProfile()
|
D | MmTelFeatureCompatAdapter.java | 386 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in MmTelFeatureCompatAdapter 388 return mCompatFeature.createCallProfile(mSessionId, callSessionType, callType); in createCallProfile()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsMMTelFeature.aidl | 44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile() method
|
D | IImsService.aidl | 54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile() method
|
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | MmTelFeature.java | 89 public ImsCallProfile createCallProfile(int callSessionType, int callType) 93 return MmTelFeature.this.createCallProfile(callSessionType, callType); 646 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in MmTelFeature
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsMmTelFeature.aidl | 42 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile() method
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | MmTelFeatureConnection.java | 405 public ImsCallProfile createCallProfile(int callServiceType, int callType) in createCallProfile() method in MmTelFeatureConnection 409 return getServiceInterface(mBinder).createCallProfile(callServiceType, callType); in createCallProfile()
|
D | ImsManager.java | 2333 public ImsCallProfile createCallProfile(int serviceType, int callType) throws ImsException { in createCallProfile() method in ImsManager 2337 return c.createCallProfile(serviceType, callType); in createCallProfile()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTrackerTest.java | 208 doReturn(mImsCallProfile).when(mImsManager).createCallProfile(anyInt(), anyInt()); in setUp() 778 mImsManager).createCallProfile(anyInt(), anyInt()); in testDialImsServiceUnavailable()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 1621 ImsCallProfile profile = mImsManager.createCallProfile(serviceType, callType); in dialInternal() 2477 ImsCallProfile profile = mImsManager.createCallProfile( in sendUSSD()
|
/frameworks/base/core/api/ |
D | system-current.txt | 13753 method @Nullable public android.telephony.ims.ImsCallProfile createCallProfile(int, int);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 57011 Landroid/telephony/ims/compat/feature/MMTelFeature;->createCallProfile(III)Landroid/telephony/ims/I… 74829 Lcom/android/ims/internal/IImsMMTelFeature$Stub$Proxy;->createCallProfile(III)Landroid/telephony/im… 74868 Lcom/android/ims/internal/IImsMMTelFeature;->createCallProfile(III)Landroid/telephony/ims/ImsCallPr… 74939 Lcom/android/ims/internal/IImsService$Stub$Proxy;->createCallProfile(III)Landroid/telephony/ims/Ims… 74974 Lcom/android/ims/internal/IImsService;->createCallProfile(III)Landroid/telephony/ims/ImsCallProfile;
|