Searched refs:createCallProfile (Results 1 - 15 of 15) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DTestMmTelFeature.java58 public ImsCallProfile createCallProfile(int callSessionType, int callType) { method in class:TestMmTelFeature
59 return super.createCallProfile(callSessionType, callType);
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
H A DMMTelFeature.java107 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType)
110 return MMTelFeature.this.createCallProfile(sessionId, callSessionType, callType);
280 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { method in class:MMTelFeature
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsMMTelFeature.aidl44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType);
H A DIImsService.aidl54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceInterfaceAdapter.java78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) method in class:ImsServiceInterfaceAdapter
80 return getInterface().createCallProfile(sessionId, callSessionType, callType);
H A DMmTelInterfaceAdapter.java78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) method in class:MmTelInterfaceAdapter
80 return getInterface().createCallProfile(sessionId, callSessionType, callType);
H A DMmTelFeatureCompatAdapter.java382 public ImsCallProfile createCallProfile(int callSessionType, int callType) { method in class:MmTelFeatureCompatAdapter
384 return mCompatFeature.createCallProfile(mSessionId, callSessionType, callType);
/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsMmTelFeature.aidl39 ImsCallProfile createCallProfile(int callSessionType, int callType);
/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DMmTelFeature.java82 public ImsCallProfile createCallProfile(int callSessionType, int callType)
86 return MmTelFeature.this.createCallProfile(callSessionType, callType);
514 public ImsCallProfile createCallProfile(int callSessionType, int callType) { method in class:MmTelFeature
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsServiceBase.java76 public ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType) { method in class:ImsServiceBase.ImsServiceBinder
H A DMmTelFeatureConnection.java532 public ImsCallProfile createCallProfile(int callServiceType, int callType) method in class:MmTelFeatureConnection
536 return getServiceInterface(mBinder).createCallProfile(callServiceType, callType);
H A DImsManager.java1708 public ImsCallProfile createCallProfile(int serviceType, int callType) throws ImsException { method in class:ImsManager
1712 return mMmTelFeatureConnection.createCallProfile(serviceType, callType);
1714 throw new ImsException("createCallProfile()", e,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTrackerTest.java186 doReturn(mImsCallProfile).when(mImsManager).createCallProfile(anyInt(), anyInt());
621 mImsManager).createCallProfile(anyInt(), anyInt());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java1169 ImsCallProfile profile = mImsManager.createCallProfile(serviceType, callType);
1776 ImsCallProfile profile = mImsManager.createCallProfile(
/frameworks/base/config/
H A Dboot-image-profile.txt5947 HPLandroid/telephony/ims/compat/feature/MMTelFeature$1;->createCallProfile(III)Landroid/telephony/ims/ImsCallProfile;
5957 HPLandroid/telephony/ims/feature/MmTelFeature$1;->createCallProfile(II)Landroid/telephony/ims/ImsCallProfile;
8088 HPLcom/android/ims/ImsManager;->createCallProfile(II)Landroid/telephony/ims/ImsCallProfile;
8093 HPLcom/android/ims/MmTelFeatureConnection;->createCallProfile(II)Landroid/telephony/ims/ImsCallProfile;
9899 HPLcom/android/internal/telephony/ims/MmTelFeatureCompatAdapter;->createCallProfile(II)Landroid/telephony/ims/ImsCallProfile;
9901 HPLcom/android/internal/telephony/ims/MmTelInterfaceAdapter;->createCallProfile(III)Landroid/telephony/ims/ImsCallProfile;
[all...]

Completed in 1368 milliseconds