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

/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/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/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/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/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

Completed in 529 milliseconds