Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java169 public void callSessionResumed(ImsCallSession session, in callSessionResumed() method in ImsCallSession.Listener
1004 public void callSessionResumed(IImsCallSession session, in callSessionResumed() method in ImsCallSession.IImsCallSessionListenerProxy
1007 mListener.callSessionResumed(ImsCallSession.this, profile); in callSessionResumed()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl46 void callSessionResumed(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumed() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2218 public void callSessionResumed(ImsCallSession session, ImsCallProfile profile) { in callSessionResumed() method in ImsCall.ImsCallSessionListenerProxy