Searched refs:queryRawContactIsStarred (Results 1 – 2 of 2) sorted by relevance
8378 assertTrue(queryRawContactIsStarred(r1)); in testFavoritesMembershipAfterGroupCreation()8379 assertFalse(queryRawContactIsStarred(r2)); in testFavoritesMembershipAfterGroupCreation()8380 assertTrue(queryRawContactIsStarred(r3)); in testFavoritesMembershipAfterGroupCreation()8381 assertTrue(queryRawContactIsStarred(r4)); in testFavoritesMembershipAfterGroupCreation()8382 assertFalse(queryRawContactIsStarred(r5)); in testFavoritesMembershipAfterGroupCreation()8383 assertTrue(queryRawContactIsStarred(r6)); in testFavoritesMembershipAfterGroupCreation()8384 assertFalse(queryRawContactIsStarred(r7)); in testFavoritesMembershipAfterGroupCreation()8425 assertTrue(queryRawContactIsStarred(r1)); in testFavoritesMembershipAfterGroupCreation()8426 assertFalse(queryRawContactIsStarred(r2)); in testFavoritesMembershipAfterGroupCreation()8427 assertTrue(queryRawContactIsStarred(r3)); in testFavoritesMembershipAfterGroupCreation()[all …]
624 protected boolean queryRawContactIsStarred(long rawContactId) { in queryRawContactIsStarred() method in BaseContactsProvider2Test