Searched defs:getPendingCallSession (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
H A DImsServiceProxyCompat.java111 public IImsCallSession getPendingCallSession(int sessionId, String callId) method in class:ImsServiceProxyCompat
114 return getServiceInterface(mBinder).getPendingCallSession(sessionId, callId);
H A DImsServiceProxy.java196 public IImsCallSession getPendingCallSession(int sessionId, String callId) method in class:ImsServiceProxy
200 return getServiceInterface(mBinder).getPendingCallSession(mSlotId, mSupportedFeature,
/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DIMMTelFeature.java146 IImsCallSession getPendingCallSession(int sessionId, String callId) throws RemoteException; method in interface:IMMTelFeature
H A DMMTelFeature.java82 public IImsCallSession getPendingCallSession(int sessionId, String callId) { method in class:MMTelFeature
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsServiceBase.java87 public IImsCallSession getPendingCallSession(int serviceId, String callId) { method in class:ImsServiceBase.ImsServiceBinder
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DTestImsServiceControllerAdapter.java112 public IImsCallSession getPendingCallSession(int slotId, int featureType, int sessionId, method in class:TestImsServiceControllerAdapter.ImsServiceControllerBinder

Completed in 80 milliseconds