Home
last modified time | relevance | path

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

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_ContactsTest.java186 long contactId1 = RawContactUtil.queryContactIdByRawContactId(mResolver, in testContactDelete_allLocalContactsDeletedImmediately() local
190 assertEquals(contactId1, contactId2); in testContactDelete_allLocalContactsDeletedImmediately()
193 ContactUtil.delete(mResolver, contactId1); in testContactDelete_allLocalContactsDeletedImmediately()
218 long contactId1 = RawContactUtil.queryContactIdByRawContactId(mResolver, in testContactDelete_localContactDeletedImmediatelyWhenAggregatedWithNonLocal() local
222 assertEquals(contactId1, contactId2); in testContactDelete_localContactDeletedImmediatelyWhenAggregatedWithNonLocal()
225 ContactUtil.delete(mResolver, contactId1); in testContactDelete_localContactDeletedImmediatelyWhenAggregatedWithNonLocal()