Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java443 mNewListener.callSessionInitiated(imsCallProfile); in callSessionStarted()
461 mNewListener.callSessionHeld(imsCallProfile); in callSessionHeld()
473 mNewListener.callSessionHoldReceived(imsCallProfile); in callSessionHoldReceived()
479 mNewListener.callSessionResumed(imsCallProfile); in callSessionResumed()
491 mNewListener.callSessionResumeReceived(imsCallProfile); in callSessionResumeReceived()
516 mNewListener.callSessionUpdated(imsCallProfile); in callSessionUpdated()
528 mNewListener.callSessionUpdateReceived(imsCallProfile); in callSessionUpdateReceived()
533 ImsCallProfile imsCallProfile) throws RemoteException { in callSessionConferenceExtended() argument
545 IImsCallSession newSession, ImsCallProfile imsCallProfile) in callSessionConferenceExtendReceived() argument
630 ImsCallProfile imsCallProfile) throws RemoteException { in callSessionRttModifyRequestReceived() argument
[all …]
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DPstnIncomingCallNotifier.java299 ImsCallProfile imsCallProfile = imsCall.getCallProfile(); in sendIncomingCallIntent() local
300 if (imsCallProfile != null) { in sendIncomingCallIntent()
302 imsCallProfile.setCallExtra(ImsCallProfile.EXTRA_PICTURE_URL, in sendIncomingCallIntent()
304 imsCallProfile.setCallExtraInt(ImsCallProfile.EXTRA_PRIORITY, in sendIncomingCallIntent()
306 imsCallProfile.setCallExtra(ImsCallProfile.EXTRA_CALL_SUBJECT, in sendIncomingCallIntent()
308 imsCallProfile.setCallExtraParcelable(ImsCallProfile.EXTRA_LOCATION, in sendIncomingCallIntent()
313 imsCallProfile.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY)); in sendIncomingCallIntent()
315 imsCallProfile.getCallExtra(ImsCallProfile.EXTRA_CALL_SUBJECT)); in sendIncomingCallIntent()
317 imsCallProfile.getCallExtraParcelable(ImsCallProfile.EXTRA_LOCATION)); in sendIncomingCallIntent()
319 imsCallProfile.getCallExtra(ImsCallProfile.EXTRA_PICTURE_URL))) { in sendIncomingCallIntent()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java3727 ImsCallProfile imsCallProfile = mCallProfile; in toString() local
3728 if (imsCallProfile != null) { in toString()
3729 sb.append(" mCallProfile:" + imsCallProfile); in toString()