Searched defs:createCallProfile (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
H A DImsServiceProxyCompat.java97 public ImsCallProfile createCallProfile(int sessionId, int callServiceType, int callType) method in class:ImsServiceProxyCompat
100 return getServiceInterface(mBinder).createCallProfile(sessionId, callServiceType, callType);
H A DImsServiceProxy.java176 public ImsCallProfile createCallProfile(int sessionId, int callServiceType, int callType) method in class:ImsServiceProxy
180 return getServiceInterface(mBinder).createCallProfile(mSlotId, mSupportedFeature,
/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DIMMTelFeature.java125 ImsCallProfile createCallProfile(int sessionId, int callServiceType, int callType) method in interface:IMMTelFeature
H A DMMTelFeature.java71 public ImsCallProfile createCallProfile(int sessionId, 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 DImsManager.java1672 public ImsCallProfile createCallProfile(int sessionId, int serviceType, int callType) method in class:ImsManager
1677 return mImsServiceProxy.createCallProfile(sessionId, serviceType, callType);
1679 throw new ImsException("createCallProfile()", e,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DTestImsServiceControllerAdapter.java100 public ImsCallProfile createCallProfile(int slotId, int featureType, int sessionId, method in class:TestImsServiceControllerAdapter.ImsServiceControllerBinder

Completed in 114 milliseconds