Searched refs:imsCallProfile (Results 1 – 1 of 1) sorted by relevance
299 ImsCallProfile imsCallProfile = imsCall.getCallProfile(); in sendIncomingCallIntent() local300 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()