Searched defs:callSessionType (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/ |
H A D | IImsMMTelFeature.aidl | 39 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 D | MMTelFeature.java | 238 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 D | MmTelInterfaceAdapter.java | 57 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 D | MmTelFeatureCompatAdapter.java | 386 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
H A D | TestMmTelFeature.java | 64 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | IImsMmTelFeature.aidl | 42 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/feature/ |
H A D | MmTelFeature.java | 646 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
|