Searched refs:rawContactExistsById (Results 1 – 3 of 3) sorted by relevance
127 assertTrue(RawContactUtil.rawContactExistsById(mResolver, rawContactid)); in testRawContactDelete_setsDeleteFlag()147 assertTrue(RawContactUtil.rawContactExistsById(mResolver, rawContactid)); in testRawContactDelete_removesRecord()151 assertFalse(RawContactUtil.rawContactExistsById(mResolver, rawContactid)); in testRawContactDelete_removesRecord()
104 public static boolean rawContactExistsById(ContentResolver resolver, long rawContactid) { in rawContactExistsById() method in RawContactUtil
216 if (!RawContactUtil.rawContactExistsById(mResolver, ids.mRawContactId)) { in assertContactsDeletedEventually()