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

/packages/apps/Phone/src/com/android/phone/
H A DPhoneUtils.java497 * @param contactRef that triggered the call. Either a 'tel:' or a
502 static int placeCall(Phone phone, String number, Uri contactRef) { argument
544 if ((contactRef != null) && (contactRef.getScheme().equals(content))) {
547 cn.setUserData(contactRef);
553 ((CallerInfo) userDataObject).contactRefUri = contactRef;
556 contactRef;
591 * @param contactRef that triggered the call. Typically a 'tel:'
597 String number, Uri contactRef, Uri gatewayUri) {
647 if (ContentResolver.SCHEME_CONTENT.equals(contactRef
596 placeCallVia(Context context, Phone phone, String number, Uri contactRef, Uri gatewayUri) argument
[all...]

Completed in 5 milliseconds