Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java176 public void callSessionResumeReceived(ImsCallProfile profile) { in callSessionResumeReceived() method in ImsCallSessionListener
178 mListener.callSessionResumeReceived(profile); in callSessionResumeReceived()
DImsCallSession.java191 public void callSessionResumeReceived(ImsCallSession session, in callSessionResumeReceived() method in ImsCallSession.Listener
1148 public void callSessionResumeReceived(ImsCallProfile profile) { in callSessionResumeReceived() method in ImsCallSession.IImsCallSessionListenerProxy
1150 mListener.callSessionResumeReceived(ImsCallSession.this, profile); in callSessionResumeReceived()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl50 void callSessionResumeReceived(in ImsCallProfile profile); in callSessionResumeReceived() method
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java445 public void callSessionResumeReceived(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionResumeReceived() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter
447 mNewListener.callSessionResumeReceived(imsCallProfile); in callSessionResumeReceived()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl60 void callSessionResumeReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumeReceived() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2609 public void callSessionResumeReceived(ImsCallSession session, ImsCallProfile profile) { in callSessionResumeReceived() method in ImsCall.ImsCallSessionListenerProxy
/frameworks/base/api/
Dsystem-current.txt8525 method public void callSessionResumeReceived(android.telephony.ims.ImsCallProfile);