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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactAggregatorTest.java 155 long rawContactId3 = createRawContact(ACCOUNT_2);
156 insertStructuredName(rawContactId3, "Flynn", "Ryder");
159 assertNotAggregated(rawContactId1, rawContactId3);
160 assertAggregated(rawContactId2, rawContactId3, "Flynn Ryder");
300 long rawContactId3 = createRawContact(ACCOUNT_1);
301 insertPhoneNumber(rawContactId3, "888-555-1231");
304 assertNotAggregated(rawContactId1, rawContactId3);
305 assertNotAggregated(rawContactId2, rawContactId3);
502 long rawContactId3 = createRawContact(ACCOUNT_3);
503 insertStructuredName(rawContactId3, "Johnm", "Smithm")
    [all...]
ContactLookupKeyTest.java 77 long rawContactId3 = createRawContactWithName("john", "dough");
78 storeValue(RawContacts.CONTENT_URI, rawContactId3, RawContacts.SOURCE_ID, "http://foo?bar");
83 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId3);
134 long rawContactId3 = createRawContactWithName("John", "Doe");
135 storeValue(RawContacts.CONTENT_URI, rawContactId3, RawContacts.SOURCE_ID, "3");
139 AggregationExceptions.TYPE_KEEP_TOGETHER, rawContactId1, rawContactId3);
148 rawContactId3);
150 rawContactId3);
152 assertNotAggregated(rawContactId1, rawContactId3);
153 assertNotAggregated(rawContactId2, rawContactId3);
    [all...]
ContactsProvider2Test.java     [all...]

Completed in 1899 milliseconds