Home
last modified time | relevance | path

Searched refs:queryContact (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java581 protected Cursor queryContact(long contactId) { in queryContact() method in BaseContactsProvider2Test
586 protected Cursor queryContact(long contactId, String[] projection) { in queryContact() method in BaseContactsProvider2Test
604 Cursor c = queryContact(contactId); in queryPhotoId()
627 Cursor c = queryContact(contactId); in queryDisplayName()
635 Cursor c = queryContact(contactId); in queryLookupKey()
DContactsProvider2Test.java5220 Cursor c = queryContact(contactId); in testSendToVoicemailDefault()
6171 Cursor c = queryContact(queryContactId(rawContactId1), in testSingleStatusUpdateRowPerContact()
6209 Cursor c = queryContact(contactId); in assertSendToVoicemailAndRingtone()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java476 Cursor cursor = queryContact(contactId1); in testAggregationExceptionKeepIn()
480 Cursor cursor = queryContact(contactId2); in testAggregationExceptionKeepIn()
DContactAggregator2Test.java493 Cursor cursor = queryContact(contactId1); in testAggregationExceptionKeepIn()
497 Cursor cursor = queryContact(contactId2); in testAggregationExceptionKeepIn()