Home
last modified time | relevance | path

Searched defs:createCallProfile (Results 1 – 10 of 10) 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.java64 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in TestMmTelFeature
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java285 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile() method in MMTelFeature
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DMmTelInterfaceAdapter.java78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile() method in MmTelInterfaceAdapter
DMmTelFeatureCompatAdapter.java386 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in MmTelFeatureCompatAdapter
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl42 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile() method
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java646 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in MmTelFeature
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java405 public ImsCallProfile createCallProfile(int callServiceType, int callType) in createCallProfile() method in MmTelFeatureConnection
DImsManager.java2333 public ImsCallProfile createCallProfile(int serviceType, int callType) throws ImsException { in createCallProfile() method in ImsManager