Searched refs:imsCallProfile (Results 1 – 1 of 1) sorted by relevance
307 ImsCallProfile imsCallProfile = imsCall.getCallProfile(); in sendIncomingCallIntent() local308 if (imsCallProfile != null) { in sendIncomingCallIntent()310 imsCallProfile.setCallExtra(ImsCallProfile.EXTRA_PICTURE_URL, in sendIncomingCallIntent()312 imsCallProfile.setCallExtraInt(ImsCallProfile.EXTRA_PRIORITY, in sendIncomingCallIntent()314 imsCallProfile.setCallExtra(ImsCallProfile.EXTRA_CALL_SUBJECT, in sendIncomingCallIntent()316 imsCallProfile.setCallExtraParcelable(ImsCallProfile.EXTRA_LOCATION, in sendIncomingCallIntent()321 imsCallProfile.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY)); in sendIncomingCallIntent()323 imsCallProfile.getCallExtra(ImsCallProfile.EXTRA_CALL_SUBJECT)); in sendIncomingCallIntent()325 imsCallProfile.getCallExtraParcelable(ImsCallProfile.EXTRA_LOCATION)); in sendIncomingCallIntent()327 imsCallProfile.getCallExtra(ImsCallProfile.EXTRA_PICTURE_URL))) { in sendIncomingCallIntent()