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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SqlInjectionDetectionTest.java 47 insertPhoneNumber(rawContactId, "555-123-4567");
55 insertPhoneNumber(rawContactId, "555-123-4567");
63 insertPhoneNumber(rawContactId, "555-123-4567");
71 insertPhoneNumber(rawContactId, "555-123-4567");
80 insertPhoneNumber(rawContactId, "555-123-4567");
CallerInfoIntegrationTest.java 48 insertPhoneNumber(rawContactId, "800-466-4411");
ContactAggregatorTest.java 285 insertPhoneNumber(rawContactId1, "(888)555-1231");
288 insertPhoneNumber(rawContactId2, "1(888)555-1231");
295 insertPhoneNumber(rawContactId1, "(888)555-1231");
298 insertPhoneNumber(rawContactId2, "1(888)555-1231");
301 insertPhoneNumber(rawContactId3, "888-555-1231");
310 insertPhoneNumber(rawContactId1, "(888)555-1232");
314 insertPhoneNumber(rawContactId2, "1(888)555-1232");
322 insertPhoneNumber(rawContactId1, "(888)555-1233");
325 insertPhoneNumber(rawContactId2, "1(888)555-1233");
333 insertPhoneNumber(rawContactId1, "(888)555-1235")
    [all...]
SearchIndexManagerTest.java 193 insertPhoneNumber(rawContactId, "800555GOOG");
194 insertPhoneNumber(rawContactId, "8005551234");
411 insertPhoneNumber(rawContactId, "1234567890");
424 insertPhoneNumber(rawContactId, "330142685300");
425 insertPhoneNumber(rawContactId, "(800)GOOG-123");
ContactsProvider2Test.java 648 insertPhoneNumber(rawContactId, "555-GOOG-411");
    [all...]
BaseContactsProvider2Test.java 292 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber) {
293 return insertPhoneNumber(rawContactId, phoneNumber, false);
296 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary) {
297 return insertPhoneNumber(rawContactId, phoneNumber, primary, Phone.TYPE_HOME);
300 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary,
    [all...]

Completed in 60 milliseconds