Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java149 public void callSessionResumed(ImsCallProfile profile) { in callSessionResumed() method in ImsCallSessionListener
151 mListener.callSessionResumed(profile); in callSessionResumed()
DImsCallSession.java172 public void callSessionResumed(ImsCallSession session, in callSessionResumed() method in ImsCallSession.Listener
1134 public void callSessionResumed(ImsCallProfile profile) { in callSessionResumed() method in ImsCallSession.IImsCallSessionListenerProxy
1136 mListener.callSessionResumed(ImsCallSession.this, profile); in callSessionResumed()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl48 void callSessionResumed(in ImsCallProfile profile); in callSessionResumed() method
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java433 public void callSessionResumed(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionResumed() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter
435 mNewListener.callSessionResumed(imsCallProfile); in callSessionResumed()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl56 void callSessionResumed(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumed() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2541 public void callSessionResumed(ImsCallSession session, ImsCallProfile profile) { in callSessionResumed() method in ImsCall.ImsCallSessionListenerProxy
/frameworks/base/api/
Dsystem-current.txt8526 method public void callSessionResumed(android.telephony.ims.ImsCallProfile);