HomeSort by relevance Sort by last modified time
    Searched refs:phoneUri (Results 1 - 9 of 9) sorted by null

  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk3_4.java 67 Uri phoneUri = Uri.withAppendedPath(contactUri, Phones.CONTENT_DIRECTORY);
68 cursor = contentResolver.query(phoneUri,
  /cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
CallBlockingTest.java 79 final Uri phoneUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, mBlockedPhoneNumber, null);
80 bundle.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS, phoneUri);
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PhoneAccountTest.java 132 Uri phoneUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, PHONE_NUMBER, null);
135 mTelecomManager.placeCall(phoneUri, extras);
167 final Uri phoneUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, PHONE_NUMBER, null);
168 bundle.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS, phoneUri);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberPickerFragment.java 211 final Uri phoneUri = getPhoneUri(position);
213 if (phoneUri != null) {
214 pickPhoneNumber(phoneUri, isVideoCall);
ShortcutIntentBuilder.java 310 Uri phoneUri;
313 phoneUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, phoneNumber, null);
317 phoneUri = Uri.fromParts(ContactsUtils.SCHEME_SMSTO, phoneNumber, null);
322 Intent shortcutIntent = new Intent(shortcutAction, phoneUri);
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java 151 Uri phoneUri = Uri.withAppendedPath(personRecord, People.Phones.CONTENT_DIRECTORY);
155 phoneRecord = cr.insert(phoneUri, values);
  /frameworks/base/services/core/java/com/android/server/notification/
ValidateNotificationPeople.java 338 Uri phoneUri = Uri.withAppendedPath(ContactsContract.PhoneLookup.CONTENT_FILTER_URI,
340 return searchContacts(context, phoneUri);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 490 milliseconds