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.java428 public void callSessionStarted(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionStarted() argument
430 mNewListener.callSessionInitiated(imsCallProfile); in callSessionStarted()
446 public void callSessionHeld(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionHeld() argument
448 mNewListener.callSessionHeld(imsCallProfile); in callSessionHeld()
458 public void callSessionHoldReceived(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionHoldReceived() argument
460 mNewListener.callSessionHoldReceived(imsCallProfile); in callSessionHoldReceived()
464 public void callSessionResumed(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionResumed() argument
466 mNewListener.callSessionResumed(imsCallProfile); in callSessionResumed()
476 public void callSessionResumeReceived(IImsCallSession i, ImsCallProfile imsCallProfile) in callSessionResumeReceived() argument
478 mNewListener.callSessionResumeReceived(imsCallProfile); in callSessionResumeReceived()
[all …]
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3607 ImsCallProfile imsCallProfile = mCallProfile; in toString() local
3608 if (imsCallProfile != null) { in toString()
3609 sb.append(" mCallProfile:" + imsCallProfile); in toString()