Searched refs:phone (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | LockScreenInfoTest.java | 51 final String phone = new String(Character.toChars(0x1F4F1)); in testUnicode() local 52 setLockInfo(smiley + phone + "\t" + phone + smiley); in testUnicode()
|
/cts/tests/tests/location/src/android/location/cts/ |
D | AddressTest.java | 151 String phone = "+86-13512345678"; in testAccessPhone() local 152 address.setPhone(phone); in testAccessPhone() 153 assertEquals(phone, address.getPhone()); in testAccessPhone()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | AttentionManagementVerifierActivity.java | 1121 Uri uri, String phone, String email) { in addPerson() argument 1125 note.addPerson(Uri.fromParts("tel", phone, null).toString()); in addPerson() 1131 private void insertSingleContact(String name, String phone, String email, boolean starred) { in insertSingleContact() argument 1145 if (phone != null) { in insertSingleContact() 1150 builder.withValue(Phone.NUMBER, phone); in insertSingleContact() 1172 private Uri lookupContact(String phone) { in lookupContact() argument 1176 Uri.encode(phone)); in lookupContact()
|
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 195 private void insertSingleContact(String name, String phone, String email, boolean starred) { in insertSingleContact() argument 209 if (phone != null) { in insertSingleContact() 214 builder.withValue(Phone.NUMBER, phone); in insertSingleContact() 236 private Uri lookupContact(String phone) { in lookupContact() argument 240 Uri.encode(phone)); in lookupContact()
|
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 24 // Information about the build on the phone. All the fields
|