Searched refs:queryRawContactIsStarred (Results 1 – 2 of 2) sorted by relevance
8332 assertTrue(queryRawContactIsStarred(r1)); in testFavoritesMembershipAfterGroupCreation()8333 assertFalse(queryRawContactIsStarred(r2)); in testFavoritesMembershipAfterGroupCreation()8334 assertTrue(queryRawContactIsStarred(r3)); in testFavoritesMembershipAfterGroupCreation()8335 assertTrue(queryRawContactIsStarred(r4)); in testFavoritesMembershipAfterGroupCreation()8336 assertFalse(queryRawContactIsStarred(r5)); in testFavoritesMembershipAfterGroupCreation()8337 assertTrue(queryRawContactIsStarred(r6)); in testFavoritesMembershipAfterGroupCreation()8338 assertFalse(queryRawContactIsStarred(r7)); in testFavoritesMembershipAfterGroupCreation()8379 assertTrue(queryRawContactIsStarred(r1)); in testFavoritesMembershipAfterGroupCreation()8380 assertFalse(queryRawContactIsStarred(r2)); in testFavoritesMembershipAfterGroupCreation()8381 assertTrue(queryRawContactIsStarred(r3)); in testFavoritesMembershipAfterGroupCreation()[all …]
642 protected boolean queryRawContactIsStarred(long rawContactId) { in queryRawContactIsStarred() method in BaseContactsProvider2Test