Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsCallSessionListener.aidl55 void callSessionResumeReceived(in ImsCallProfile profile); in callSessionResumeReceived() method
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSessionListener.java226 public void callSessionResumeReceived(ImsCallProfile profile) { in callSessionResumeReceived() method in ImsCallSessionListener
H A DImsCallSession.java215 public void callSessionResumeReceived(ImsCallSession session, in callSessionResumeReceived() method in ImsCallSession.Listener
1281 public void callSessionResumeReceived(ImsCallProfile profile) { in callSessionResumeReceived() method in ImsCallSession.IImsCallSessionListenerProxy
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSessionListener.aidl60 void callSessionResumeReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumeReceived() method
/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java489 public void callSessionResumeReceived(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionResumeReceived() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java2784 public void callSessionResumeReceived(ImsCallSession session, ImsCallProfile profile) { in callSessionResumeReceived() method in ImsCall.ImsCallSessionListenerProxy