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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactAggregatorTest.java 660 long rawContactId4 = createRawContactWithName("John", "Doe", ACCOUNT_1);
663 assertNotAggregated(rawContactId1, rawContactId4);
664 assertNotAggregated(rawContactId3, rawContactId4);
682 long rawContactId4 = createRawContact();
683 insertStructuredName(rawContactId4, "Donny", null);
    [all...]
ContactsProvider2Test.java     [all...]

Completed in 24 milliseconds