Searched refs:phone (Results 1 – 7 of 7) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | LockScreenInfoTest.java | 55 final String phone = new String(Character.toChars(0x1F4F1)); in testUnicode() local 56 setLockInfo(smiley + phone + "\t" + phone + smiley); in testUnicode()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/telephony/ |
D | TelephonyStatsTests.java | 270 .anyMatch(phone -> in hasGsmPhone() 271 String.format("%d", PHONE_TYPE_GSM).equals(phone.get("getPhoneType()"))); in hasGsmPhone() 277 .anyMatch(phone -> in hasCdmaPhone() 278 String.format("%d", PHONE_TYPE_CDMA).equals(phone.get("getPhoneType()")) in hasCdmaPhone() 280 .equals(phone.get("getPhoneType()"))); in hasCdmaPhone()
|
/cts/tests/location/location_none/src/android/location/cts/none/ |
D | AddressTest.java | 161 String phone = "+86-13512345678"; in testAccessPhone() local 162 address.setPhone(phone); in testAccessPhone() 163 assertEquals(phone, address.getPhone()); in testAccessPhone()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | AttentionManagementVerifierActivity.java | 1112 Uri uri, String phone, String email) { in addPerson() argument 1116 note.addPerson(Uri.fromParts("tel", phone, null).toString()); in addPerson() 1122 private void insertSingleContact(String name, String phone, String email, boolean starred) { in insertSingleContact() argument 1136 if (phone != null) { in insertSingleContact() 1141 builder.withValue(Phone.NUMBER, phone); in insertSingleContact() 1163 private Uri lookupContact(String phone) { in lookupContact() argument 1167 Uri.encode(phone)); in lookupContact()
|
/cts/tests/tests/simphonebookprovider/src/android/provider/cts/simphonebook/ |
D | SimPhonebookContract_SimRecordsTest.java | 402 String phone = "+1234567890#*" + PhoneNumberUtils.PAUSE + PhoneNumberUtils.WAIT in insertAdn_phoneNumberWithDialableNonDigits_addsRecord() local 404 values.put(SimRecords.PHONE_NUMBER, phone); in insertAdn_phoneNumberWithDialableNonDigits_addsRecord() 411 assertThat(cursor).hasSingleRow("Name", phone); in insertAdn_phoneNumberWithDialableNonDigits_addsRecord()
|
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 24 // Information about the build on the phone. All the fields
|
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 339 private void insertSingleContact(String name, String phone, String email, boolean starred) { in insertSingleContact() argument 353 if (phone != null) { in insertSingleContact() 358 builder.withValue(Phone.NUMBER, phone); in insertSingleContact() 393 private Uri lookupContact(String phone) { in lookupContact() argument 397 Uri.encode(phone)); in lookupContact()
|