Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java161 public void callSessionHoldReceived(ImsCallSession session, in callSessionHoldReceived() method in ImsCallSession.Listener
1006 public void callSessionHoldReceived(IImsCallSession session, in callSessionHoldReceived() method in ImsCallSession.IImsCallSessionListenerProxy
1009 mListener.callSessionHoldReceived(ImsCallSession.this, profile); in callSessionHoldReceived()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCallSessionListenerBase.java67 public void callSessionHoldReceived(IImsCallSession session, ImsCallProfile profile) { in callSessionHoldReceived() method in ImsCallSessionListenerBase
DImsCall.java2239 public void callSessionHoldReceived(ImsCallSession session, ImsCallProfile profile) { in callSessionHoldReceived() method in ImsCall.ImsCallSessionListenerProxy
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl46 void callSessionHoldReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionHoldReceived() method