Searched refs:phoneUri (Results 1 – 3 of 3) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | PhoneNumberPickerFragment.java | 211 final Uri phoneUri = getPhoneUri(position); in callNumber() local 213 if (phoneUri != null) { in callNumber() 214 pickPhoneNumber(phoneUri, isVideoCall); in callNumber()
|
D | ShortcutIntentBuilder.java | 310 Uri phoneUri; in createPhoneNumberShortcutIntent() local 313 phoneUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, phoneNumber, null); in createPhoneNumberShortcutIntent() 317 phoneUri = Uri.fromParts(ContactsUtils.SCHEME_SMSTO, phoneNumber, null); in createPhoneNumberShortcutIntent() 322 Intent shortcutIntent = new Intent(shortcutAction, phoneUri); in createPhoneNumberShortcutIntent()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 2394 Uri phoneUri = insertPhoneNumber(rawContactId, "18004664411"); in testPhoneUpdate() local 2403 mResolver.update(phoneUri, values, null, null); in testPhoneUpdate() 2411 mResolver.update(phoneUri, values, null, null); in testPhoneUpdate() 2419 mResolver.update(phoneUri, values, null, null); in testPhoneUpdate() 7146 Uri phoneUri = insertPhoneNumber(rawContactId, "555-123-45678", true); in testDeleteContactWithoutName() local 8559 Uri phoneUri = insertPhoneNumber(rawContactId, "555-1111"); in testReadOnlyDataRow() local 8563 storeValue(phoneUri, Phone.NUMBER, "555-2222"); in testReadOnlyDataRow() 8565 assertStoredValue(phoneUri, Phone.NUMBER, "555-2222"); in testReadOnlyDataRow()
|