Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java73 public boolean isConnected(int callSessionType, int callType)
76 return MMTelFeature.this.isConnected(callSessionType, callType);
111 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType)
114 return MMTelFeature.this.createCallProfile(sessionId, callSessionType, callType);
237 public boolean isConnected(int callSessionType, int callType) { in isConnected() argument
284 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
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()
DMmTelFeatureCompatAdapter.java382 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() argument
384 return mCompatFeature.createCallProfile(mSessionId, callSessionType, callType); in createCallProfile()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsMMTelFeature.aidl39 boolean isConnected(int callSessionType, int callType); in isConnected() argument
44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile() argument
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DTestMmTelFeature.java59 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() argument
60 return super.createCallProfile(callSessionType, callType); in createCallProfile()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java85 public ImsCallProfile createCallProfile(int callSessionType, int callType)
89 return MmTelFeature.this.createCallProfile(callSessionType, callType);
626 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() argument
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl39 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile() argument