Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsCallSessionListener.aidl50 void callSessionHeld(in ImsCallProfile profile); in callSessionHeld() method
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSessionListener.java159 public void callSessionHeld(ImsCallProfile profile) { in callSessionHeld() method in ImsCallSessionListener
H A DImsCallSession.java168 public void callSessionHeld(ImsCallSession session, in callSessionHeld() method in ImsCallSession.Listener
1246 public void callSessionHeld(ImsCallProfile profile) { in callSessionHeld() method in ImsCallSession.IImsCallSessionListenerProxy
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSessionListener.aidl50 void callSessionHeld(in IImsCallSession session, in ImsCallProfile profile); in callSessionHeld() method
/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java459 public void callSessionHeld(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionHeld() method in ImsCallSessionImplBase.ImsCallSessionListenerConverter
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java2606 public void callSessionHeld(ImsCallSession session, ImsCallProfile profile) { in callSessionHeld() method in ImsCall.ImsCallSessionListenerProxy