Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DContactsContract_RawContactsTest.java132 assertTrue(RawContactUtil.rawContactExistsById(mResolver, rawContactid)); in testRawContactDelete_setsDeleteFlag()
152 assertTrue(RawContactUtil.rawContactExistsById(mResolver, rawContactid)); in testRawContactDelete_removesRecord()
156 assertFalse(RawContactUtil.rawContactExistsById(mResolver, rawContactid)); in testRawContactDelete_removesRecord()
DContactsProvider2_AccountRemovalTest.java224 if (!RawContactUtil.rawContactExistsById(mResolver, ids.mRawContactId)) { in assertContactsDeletedEventually()
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DRawContactUtil.java104 public static boolean rawContactExistsById(ContentResolver resolver, long rawContactid) { in rawContactExistsById() method in RawContactUtil