HomeSort by relevance Sort by last modified time
    Searched defs:queryContactId (Results 1 - 4 of 4) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 600 return ContentUris.withAppendedId(Contacts.CONTENT_URI, queryContactId(rawContactId));
603 protected long queryContactId(long rawContactId) {
651 long contactId1 = queryContactId(rawContactId1);
652 long contactId2 = queryContactId(rawContactId2);
658 long contactId1 = queryContactId(rawContactId1);
659 long contactId2 = queryContactId(rawContactId2);
667 long contactId1 = queryContactId(rawContactId1);
668 long contactId2 = queryContactId(rawContactId2);
    [all...]
ContactsProvider2Test.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java 134 long contactId = queryContactId(rawContactId);
482 long contactId1 = queryContactId(rawContactId1);
483 long contactId2 = queryContactId(rawContactId2);
491 long newContactId1 = queryContactId(rawContactId1);
544 String displayName1 = queryDisplayName(queryContactId(rawContactId1));
555 String displayName2 = queryDisplayName(queryContactId(rawContactId1));
558 String displayName3 = queryDisplayName(queryContactId(rawContactId2));
561 String displayName4 = queryDisplayName(queryContactId(rawContactId3));
587 long contactId1 = queryContactId(rawContactId1);
588 long contactId2 = queryContactId(rawContactId2)
    [all...]
ContactAggregatorTest.java 134 long contactId = queryContactId(rawContactId);
465 long contactId1 = queryContactId(rawContactId1);
466 long contactId2 = queryContactId(rawContactId2);
474 long newContactId1 = queryContactId(rawContactId1);
527 String displayName1 = queryDisplayName(queryContactId(rawContactId1));
538 String displayName2 = queryDisplayName(queryContactId(rawContactId1));
541 String displayName3 = queryDisplayName(queryContactId(rawContactId2));
544 String displayName4 = queryDisplayName(queryContactId(rawContactId3));
570 long contactId1 = queryContactId(rawContactId1);
571 long contactId2 = queryContactId(rawContactId2)
    [all...]

Completed in 5103 milliseconds