Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/ims/internal/
DImsCallSession.java171 public void callSessionResumed(ImsCallSession session, in callSessionResumed() method in ImsCallSession.Listener
1107 public void callSessionResumed(IImsCallSession session, in callSessionResumed() method in ImsCallSession.IImsCallSessionListenerProxy
1110 mListener.callSessionResumed(ImsCallSession.this, profile); in callSessionResumed()
DIImsCallSessionListener.aidl47 void callSessionResumed(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumed() method
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionListenerImplBase.java80 public void callSessionResumed(IImsCallSession session, ImsCallProfile profile) { in callSessionResumed() method in ImsCallSessionListenerImplBase
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2450 public void callSessionResumed(ImsCallSession session, ImsCallProfile profile) { in callSessionResumed() method in ImsCall.ImsCallSessionListenerProxy