Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/feature/
DMMTelFeature.java53 public boolean isConnected(int callSessionType, int callType) { in isConnected() argument
71 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile() argument
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsServiceController.aidl45 boolean isConnected(int slotId, int featureType, int callSessionType, int callType); in isConnected() argument
52 int callSessionType, int callType); in createCallProfile() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DTestImsServiceControllerAdapter.java72 public boolean isConnected(int slotId, int featureType, int callSessionType, int callType) in isConnected() argument
101 int callSessionType, int callType) throws RemoteException { in createCallProfile() argument
/frameworks/base/telephony/java/android/telephony/ims/
DImsService.java147 public boolean isConnected(int slotId, int featureType, int callSessionType, int callType)
153 return feature.isConnected(callSessionType, callType);
213 int callSessionType, int callType) throws RemoteException {
218 return feature.createCallProfile(sessionId, callSessionType, callType);