Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java602 protected Cursor queryRawContact(long rawContactId) { in queryRawContact() method in BaseContactsProvider2Test
622 Cursor c = queryRawContact(rawContactId); in queryContactId()
643 Cursor c = queryRawContact(rawContactId); in queryRawContactIsStarred()
DContactsProvider2Test.java7061 Cursor c1 = queryRawContact(rawContactId); in testDeleteContactComposedOfSingleLocalRawContact()
7093 Cursor c1 = queryRawContact(rawContactId1); in testDeleteContactComposedOfTwoLocalRawContacts()
7097 Cursor c2 = queryRawContact(rawContactId2); in testDeleteContactComposedOfTwoLocalRawContacts()
7125 Cursor c1 = queryRawContact(rawContactId1); in testDeleteContactComposedOfSomeLocalRawContacts()
7130 Cursor c2 = queryRawContact(rawContactId2); in testDeleteContactComposedOfSomeLocalRawContacts()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1719 Cursor c = queryRawContact(rawContactId); in assertDisplayNameEquals()
DContactAggregator2Test.java1831 Cursor c = queryRawContact(rawContactId); in assertDisplayNameEquals()