Searched refs:queryRawContactIsStarred (Results 1 – 2 of 2) sorted by relevance
8469 assertTrue(queryRawContactIsStarred(r1)); in testFavoritesMembershipAfterGroupCreation()8470 assertFalse(queryRawContactIsStarred(r2)); in testFavoritesMembershipAfterGroupCreation()8471 assertTrue(queryRawContactIsStarred(r3)); in testFavoritesMembershipAfterGroupCreation()8472 assertTrue(queryRawContactIsStarred(r4)); in testFavoritesMembershipAfterGroupCreation()8473 assertFalse(queryRawContactIsStarred(r5)); in testFavoritesMembershipAfterGroupCreation()8474 assertTrue(queryRawContactIsStarred(r6)); in testFavoritesMembershipAfterGroupCreation()8475 assertFalse(queryRawContactIsStarred(r7)); in testFavoritesMembershipAfterGroupCreation()8516 assertTrue(queryRawContactIsStarred(r1)); in testFavoritesMembershipAfterGroupCreation()8517 assertFalse(queryRawContactIsStarred(r2)); in testFavoritesMembershipAfterGroupCreation()8518 assertTrue(queryRawContactIsStarred(r3)); in testFavoritesMembershipAfterGroupCreation()[all …]
624 protected boolean queryRawContactIsStarred(long rawContactId) { in queryRawContactIsStarred() method in BaseContactsProvider2Test