Searched refs:rawContactExistsById (Results 1 – 3 of 3) sorted by relevance
132 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()
224 if (!RawContactUtil.rawContactExistsById(mResolver, ids.mRawContactId)) { in assertContactsDeletedEventually()
104 public static boolean rawContactExistsById(ContentResolver resolver, long rawContactid) { in rawContactExistsById() method in RawContactUtil