Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
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()