/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/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/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | TestMmTelFeature.java | 73 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/ |
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/aidl/ |
D | IImsMmTelFeature.aidl | 45 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile() method
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | MmTelFeatureConnection.java | 482 public ImsCallProfile createCallProfile(int callServiceType, int callType) in createCallProfile() method in MmTelFeatureConnection 486 return getServiceInterface(mBinder).createCallProfile(callServiceType, callType); in createCallProfile()
|
D | ImsManager.java | 2506 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/ |
D | MmTelFeature.java | 130 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/ |
D | ImsPhoneCallTrackerTest.java | 241 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/ |
D | ImsPhoneCallTracker.java | 2097 ImsCallProfile profile = mImsManager.createCallProfile(serviceType, callType); in dialInternal() 2972 ImsCallProfile profile = mImsManager.createCallProfile( in sendUSSD()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 53045 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/ |
D | system-current.txt | 17328 method @Nullable public android.telephony.ims.ImsCallProfile createCallProfile(int, int);
|