Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsCallSessionListener.aidl53 void callSessionResumed(in ImsCallProfile profile); in callSessionResumed() method
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSessionListener.java199 public void callSessionResumed(ImsCallProfile profile) { in callSessionResumed() method in ImsCallSessionListener
H A DImsCallSession.java196 public void callSessionResumed(ImsCallSession session, in callSessionResumed() method in ImsCallSession.Listener
1267 public void callSessionResumed(ImsCallProfile profile) { in callSessionResumed() method in ImsCallSession.IImsCallSessionListenerProxy
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSessionListener.aidl56 void callSessionResumed(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumed() method
/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java477 public void callSessionResumed(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionResumed() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java2716 public void callSessionResumed(ImsCallSession session, ImsCallProfile profile) { in callSessionResumed() method in ImsCall.ImsCallSessionListenerProxy