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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactAggregatorTest.java 411 long contactId1 = queryContactId(rawContactId1);
421 if (contactId1 != newContactId1) {
422 Cursor cursor = queryContact(contactId1);
512 long contactId1 = queryContactId(rawContactId1);
516 assertSuggestions(contactId1, contactId2, contactId3);
530 long contactId1 = queryContactId(rawContactId1);
532 assertTrue(contactId1 != contactId2);
534 assertSuggestions(contactId1, contactId2);
548 long contactId1 = queryContactId(rawContactId1);
550 assertTrue(contactId1 != contactId2)
    [all...]