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.java584 protected Cursor queryRawContact(long rawContactId) { in queryRawContact() method in BaseContactsProvider2Test
604 Cursor c = queryRawContact(rawContactId); in queryContactId()
625 Cursor c = queryRawContact(rawContactId); in queryRawContactIsStarred()
DContactsProvider2Test.java7203 Cursor c1 = queryRawContact(rawContactId); in testDeleteContactComposedOfSingleLocalRawContact()
7235 Cursor c1 = queryRawContact(rawContactId1); in testDeleteContactComposedOfTwoLocalRawContacts()
7239 Cursor c2 = queryRawContact(rawContactId2); in testDeleteContactComposedOfTwoLocalRawContacts()
7267 Cursor c1 = queryRawContact(rawContactId1); in testDeleteContactComposedOfSomeLocalRawContacts()
7272 Cursor c2 = queryRawContact(rawContactId2); in testDeleteContactComposedOfSomeLocalRawContacts()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1820 Cursor c = queryRawContact(rawContactId); in assertDisplayNameEquals()
DContactAggregator2Test.java1942 Cursor c = queryRawContact(rawContactId); in assertDisplayNameEquals()