Searched refs:queryRawContactIsStarred (Results 1 – 2 of 2) sorted by relevance
8339 assertTrue(queryRawContactIsStarred(r1)); in testFavoritesMembershipAfterGroupCreation()8340 assertFalse(queryRawContactIsStarred(r2)); in testFavoritesMembershipAfterGroupCreation()8341 assertTrue(queryRawContactIsStarred(r3)); in testFavoritesMembershipAfterGroupCreation()8342 assertTrue(queryRawContactIsStarred(r4)); in testFavoritesMembershipAfterGroupCreation()8343 assertFalse(queryRawContactIsStarred(r5)); in testFavoritesMembershipAfterGroupCreation()8344 assertTrue(queryRawContactIsStarred(r6)); in testFavoritesMembershipAfterGroupCreation()8345 assertFalse(queryRawContactIsStarred(r7)); in testFavoritesMembershipAfterGroupCreation()8386 assertTrue(queryRawContactIsStarred(r1)); in testFavoritesMembershipAfterGroupCreation()8387 assertFalse(queryRawContactIsStarred(r2)); in testFavoritesMembershipAfterGroupCreation()8388 assertTrue(queryRawContactIsStarred(r3)); in testFavoritesMembershipAfterGroupCreation()[all …]
616 protected boolean queryRawContactIsStarred(long rawContactId) { in queryRawContactIsStarred() method in BaseContactsProvider2Test