Searched refs:insertPhoneNumber (Results 1 - 8 of 8) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2Test.java295 insertPhoneNumber(rawContactId1, "(888)555-1231");
299 insertPhoneNumber(rawContactId2, "1(888)555-1231");
302 insertPhoneNumber(rawContactId3, "1(888)555-1231");
311 insertPhoneNumber(rawContactId1, "(888)555-1232");
315 insertPhoneNumber(rawContactId2, "1(888)555-1232");
323 insertPhoneNumber(rawContactId1, "(888)555-1233");
326 insertPhoneNumber(rawContactId2, "1(888)555-1233");
334 insertPhoneNumber(rawContactId1, "(888)555-1235");
338 insertPhoneNumber(rawContactId2, "1(888)555-1235");
802 insertPhoneNumber(rawContactId
[all...]
H A DContactAggregatorTest.java295 insertPhoneNumber(rawContactId1, "(888)555-1231");
298 insertPhoneNumber(rawContactId2, "1(888)555-1231");
305 insertPhoneNumber(rawContactId1, "(888)555-1232");
309 insertPhoneNumber(rawContactId2, "1(888)555-1232");
317 insertPhoneNumber(rawContactId1, "(888)555-1233");
320 insertPhoneNumber(rawContactId2, "1(888)555-1233");
328 insertPhoneNumber(rawContactId1, "(888)555-1235");
332 insertPhoneNumber(rawContactId2, "1(888)555-1235");
340 insertPhoneNumber(rawContactId1, "(888)555-1236");
344 insertPhoneNumber(rawContactId
[all...]
/packages/apps/EmergencyInfo/tests/common/src/com/android/emergency/
H A DContactTestUtils.java71 return insertPhoneNumber(contentResolver, rawContactId,
86 private static Uri insertPhoneNumber(ContentResolver contentResolver, method in class:ContactTestUtils
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DCallerInfoIntegrationTest.java49 insertPhoneNumber(rawContactId, "800-466-4411");
H A DSearchIndexManagerTest.java218 insertPhoneNumber(rawContactId, "800555GOOG");
219 insertPhoneNumber(rawContactId, "8005551234");
436 insertPhoneNumber(rawContactId, "1234567890");
446 insertPhoneNumber(rawContactId, "330142685300");
447 insertPhoneNumber(rawContactId, "(800)GOOG-123");
468 insertPhoneNumber(rawContactId, "505-123-4567");
H A DSqlInjectionDetectionTest.java99 insertPhoneNumber(rawContactId, "555-123-4567");
H A DContactsProvider2Test.java993 insertPhoneNumber(rawContactId, "555-GOOG-411");
1314 Uri uri = insertPhoneNumber(rawContactId, "18004664411");
1340 insertPhoneNumber(rawContactId1, "123456789", true);
1343 insertPhoneNumber(rawContactId2, "123456789", true);
1500 insertPhoneNumber(rawContactId1, "1-800-466-4411");
1504 insertPhoneNumber(rawContactId2, "1-800-466-5432");
1505 insertPhoneNumber(rawContactId2, "0@example.com", false, Phone.TYPE_PAGER);
1506 insertPhoneNumber(rawContactId2, "1@example.com", false, Phone.TYPE_PAGER);
1590 insertPhoneNumber(rid1, "123-456-7890");
1593 insertPhoneNumber(rid
[all...]
H A DBaseContactsProvider2Test.java264 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber) { method in class:BaseContactsProvider2Test
265 return insertPhoneNumber(rawContactId, phoneNumber, false);
268 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary) { method in class:BaseContactsProvider2Test
269 return insertPhoneNumber(rawContactId, phoneNumber, primary, false, Phone.TYPE_HOME);
272 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, method in class:BaseContactsProvider2Test
274 return insertPhoneNumber(rawContactId, phoneNumber, primary, superPrimary, Phone.TYPE_HOME);
277 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, method in class:BaseContactsProvider2Test
279 return insertPhoneNumber(rawContactId, phoneNumber, primary, false, type);
282 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, method in class:BaseContactsProvider2Test

Completed in 145 milliseconds