Home
last modified time | relevance | path

Searched defs:createCallProfile (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/
DIImsMMTelFeature.aidl44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile() method
DIImsService.aidl54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile() method
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DTestMmTelFeature.java59 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in TestMmTelFeature
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceInterfaceAdapter.java78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile() method in ImsServiceInterfaceAdapter
DMmTelInterfaceAdapter.java78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile() method in MmTelInterfaceAdapter
DMmTelFeatureCompatAdapter.java382 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in MmTelFeatureCompatAdapter
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java281 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile() method in MMTelFeature
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl39 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsServiceBase.java76 public ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType) { in createCallProfile() method in ImsServiceBase.ImsServiceBinder
DMmTelFeatureConnection.java774 public ImsCallProfile createCallProfile(int callServiceType, int callType) in createCallProfile() method in MmTelFeatureConnection
DImsManager.java2003 public ImsCallProfile createCallProfile(int serviceType, int callType) throws ImsException { in createCallProfile() method in ImsManager
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java557 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in MmTelFeature