Home
last modified time | relevance | path

Searched refs:imsCallProfile (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java441 public void callSessionStarted(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionStarted() argument
443 mNewListener.callSessionInitiated(imsCallProfile); in callSessionStarted()
459 public void callSessionHeld(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionHeld() argument
461 mNewListener.callSessionHeld(imsCallProfile); in callSessionHeld()
471 public void callSessionHoldReceived(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionHoldReceived() argument
473 mNewListener.callSessionHoldReceived(imsCallProfile); in callSessionHoldReceived()
477 public void callSessionResumed(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionResumed() argument
479 mNewListener.callSessionResumed(imsCallProfile); in callSessionResumed()
489 public void callSessionResumeReceived(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionResumeReceived() argument
491 mNewListener.callSessionResumeReceived(imsCallProfile); in callSessionResumeReceived()
[all …]
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3727 ImsCallProfile imsCallProfile = mCallProfile; in toString() local
3728 if (imsCallProfile != null) { in toString()
3729 sb.append(" mCallProfile:" + imsCallProfile); in toString()