Home
last modified time | relevance | path

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

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_RawContactsTest.java138 assertTrue(RawContactUtil.rawContactExistsById(mResolver, rawContactid)); in testRawContactDelete_setsDeleteFlag()
162 assertTrue(RawContactUtil.rawContactExistsById(mResolver, rawContactid)); in testRawContactDelete_localDeleteRemovesRecord()
167 assertFalse(RawContactUtil.rawContactExistsById(mResolver, rawContactid)); in testRawContactDelete_localDeleteRemovesRecord()
175 assertTrue(RawContactUtil.rawContactExistsById(mResolver, rawContactid)); in testRawContactDelete_removesRecord()
179 assertFalse(RawContactUtil.rawContactExistsById(mResolver, rawContactid)); in testRawContactDelete_removesRecord()
DContactsProvider2_AccountRemovalTest.java153 assertTrue(RawContactUtil.rawContactExistsById(mResolver, deviceRawContactId)); in testAccountRemoval_doesNotDeleteLocalAccountContacts()
187 assertTrue(RawContactUtil.rawContactExistsById(mResolver, simRawContactId)); in testAccountRemoval_doesNotDeleteSimAccountContacts()
226 assertTrue(RawContactUtil.rawContactExistsById(mResolver, secondSimSlotRawContactId)); in testRemoveSimAccount_deleteSimAccountContacts()
343 if (!RawContactUtil.rawContactExistsById(mResolver, ids.mRawContactId)) { in assertContactsDeletedEventually()
DRawContactUtil.java106 public static boolean rawContactExistsById(ContentResolver resolver, long rawContactid) { in rawContactExistsById() method in RawContactUtil