Home
last modified time | relevance | path

Searched defs:imsCallProfile (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java441 public void callSessionStarted(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionStarted()
459 public void callSessionHeld(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionHeld()
471 public void callSessionHoldReceived(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionHoldReceived()
477 public void callSessionResumed(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionResumed()
489 public void callSessionResumeReceived(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionResumeReceived()
514 public void callSessionUpdated(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionUpdated()
526 public void callSessionUpdateReceived(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionUpdateReceived()
533 ImsCallProfile imsCallProfile) throws RemoteException { in callSessionConferenceExtended()
545 IImsCallSession newSession, ImsCallProfile imsCallProfile) in callSessionConferenceExtendReceived()
630 ImsCallProfile imsCallProfile) throws RemoteException { in callSessionRttModifyRequestReceived()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DPstnIncomingCallNotifier.java299 ImsCallProfile imsCallProfile = imsCall.getCallProfile(); in sendIncomingCallIntent() local
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java3727 ImsCallProfile imsCallProfile = mCallProfile; in toString() local