Home
last modified time | relevance | path

Searched defs:callSessionType (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsMMTelFeature.aidl39 boolean isConnected(int callSessionType, int callType); in isConnected()
44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
H A DMMTelFeature.java238 public boolean isConnected(int callSessionType, int callType) { in isConnected()
285 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DMmTelInterfaceAdapter.java57 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected()
78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile()
H A DMmTelFeatureCompatAdapter.java386 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DTestMmTelFeature.java64 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsMmTelFeature.aidl42 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DMmTelFeature.java646 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()