Home
last modified time | relevance | path

Searched refs:callSessionHeld (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java109 public void callSessionHeld(ImsCallProfile profile) { in callSessionHeld() method in ImsCallSessionListener
111 mListener.callSessionHeld(profile); in callSessionHeld()
DImsCallSession.java144 public void callSessionHeld(ImsCallSession session, in callSessionHeld() method in ImsCallSession.Listener
1113 public void callSessionHeld(ImsCallProfile profile) { in callSessionHeld() method in ImsCallSession.IImsCallSessionListenerProxy
1115 mListener.callSessionHeld(ImsCallSession.this, profile); in callSessionHeld()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl45 void callSessionHeld(in ImsCallProfile profile); in callSessionHeld() method
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java415 public void callSessionHeld(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionHeld() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter
417 mNewListener.callSessionHeld(imsCallProfile); in callSessionHeld()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl50 void callSessionHeld(in IImsCallSession session, in ImsCallProfile profile); in callSessionHeld() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2432 public void callSessionHeld(ImsCallSession session, ImsCallProfile profile) { in callSessionHeld() method in ImsCall.ImsCallSessionListenerProxy
/frameworks/base/api/
Dsystem-current.txt8509 method public void callSessionHeld(android.telephony.ims.ImsCallProfile);