Searched refs:callSessionType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | MMTelFeature.java | 53 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/ |
D | IImsServiceController.aidl | 45 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/ |
D | TestImsServiceControllerAdapter.java | 72 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/ |
D | ImsService.java | 147 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);
|