Home
last modified time | relevance | path

Searched defs:callSessionResumed (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl53 void callSessionResumed(in ImsCallProfile profile); in callSessionResumed() method
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl56 void callSessionResumed(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumed() method
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java205 public void callSessionResumed(ImsCallProfile profile) { in callSessionResumed() method in ImsCallSessionListener
DImsCallSession.java200 public void callSessionResumed(ImsCallSession session, in callSessionResumed() method in ImsCallSession.Listener
1357 public void callSessionResumed(ImsCallProfile profile) { in callSessionResumed() method in ImsCallSession.IImsCallSessionListenerProxy
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java492 public void callSessionResumed(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionResumed() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2765 public void callSessionResumed(ImsCallSession session, ImsCallProfile profile) { in callSessionResumed() method in ImsCall.ImsCallSessionListenerProxy