Home
last modified time | relevance | path

Searched defs:callSessionHoldReceived (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl52 void callSessionHoldReceived(in ImsCallProfile profile); in callSessionHoldReceived() method
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl54 void callSessionHoldReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionHoldReceived() method
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java191 public void callSessionHoldReceived(ImsCallProfile profile) { in callSessionHoldReceived() method in ImsCallSessionListener
DImsCallSession.java191 public void callSessionHoldReceived(ImsCallSession session, in callSessionHoldReceived() method in ImsCallSession.Listener
1348 public void callSessionHoldReceived(ImsCallProfile profile) { in callSessionHoldReceived() method in ImsCallSession.IImsCallSessionListenerProxy
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java486 public void callSessionHoldReceived(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionHoldReceived() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2732 public void callSessionHoldReceived(ImsCallSession session, ImsCallProfile profile) { in callSessionHoldReceived() method in ImsCall.ImsCallSessionListenerProxy