Searched defs:contactRef (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DPhoneUtils.java570 * @param contactRef that triggered the call. Typically a 'tel:'
580 String number, Uri contactRef, boolean isEmergencyCall,
585 + ", contactRef:" + contactRef
670 if ((contactRef != null) && (contactRef.getScheme().equals(content))) {
673 connection.setUserData(contactRef);
679 ((CallerInfo) userDataObject).contactRefUri = contactRef;
682 contactRef;
692 if ((contactRef !
579 placeCall(Context context, Phone phone, String number, Uri contactRef, boolean isEmergencyCall, Uri gatewayUri) argument
[all...]

Completed in 130 milliseconds