Searched refs:contactId2 (Results 1 – 2 of 2) sorted by relevance
188 long contactId2 = RawContactUtil.queryContactIdByRawContactId(mResolver, in testContactDelete_allLocalContactsDeletedImmediately() local190 assertEquals(contactId1, contactId2); in testContactDelete_allLocalContactsDeletedImmediately()220 long contactId2 = RawContactUtil.queryContactIdByRawContactId(mResolver, in testContactDelete_localContactDeletedImmediatelyWhenAggregatedWithNonLocal() local222 assertEquals(contactId1, contactId2); in testContactDelete_localContactDeletedImmediatelyWhenAggregatedWithNonLocal()
293 long contactId2 = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId2); in checkMerged() local294 if (contactId == contactId2) { in checkMerged()