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.java59 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in TestMmTelFeature
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java284 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.java382 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in MmTelFeatureCompatAdapter
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl39 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile() method
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java626 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in MmTelFeature
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java443 public ImsCallProfile createCallProfile(int callServiceType, int callType) in createCallProfile() method in MmTelFeatureConnection
DImsManager.java1931 public ImsCallProfile createCallProfile(int serviceType, int callType) throws ImsException { in createCallProfile() method in ImsManager