Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
H A DMMTelFeature.java74 public boolean isConnected(int callSessionType, int callType)
77 return MMTelFeature.this.isConnected(callSessionType, callType);
112 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType)
115 return MMTelFeature.this.createCallProfile(sessionId, callSessionType, callType);
238 public boolean isConnected(int callSessionType, int callType) { in isConnected() argument
285 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile() argument
/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() argument
58 return getInterface().isConnected(callSessionType, callType); in isConnected()
78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile() argument
80 return getInterface().createCallProfile(sessionId, callSessionType, callType); in createCallProfile()
H A DMmTelFeatureCompatAdapter.java386 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() argument
388 return mCompatFeature.createCallProfile(mSessionId, callSessionType, callType); in createCallProfile()
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsMMTelFeature.aidl39 boolean isConnected(int callSessionType, int callType); in isConnected() argument
44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile() argument
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DTestMmTelFeature.java64 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() argument
65 return super.createCallProfile(callSessionType, callType); in createCallProfile()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DMmTelFeature.java89 public ImsCallProfile createCallProfile(int callSessionType, int callType)
93 return MmTelFeature.this.createCallProfile(callSessionType, callType);
646 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() argument
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsMmTelFeature.aidl42 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile() argument