Home
last modified time | relevance | path

Searched refs:removeGroupMemberships (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java183 removeGroupMemberships(rawContactId1); in testAggregationIgnoresInvisibleContact()
708 removeGroupMemberships(rawContactId3); in testReaggregationWhenBecomesInvisible()
733 removeGroupMemberships(rawContactId3); in testReaggregationWhenBecomesInvisibleSecondaryDataMatch()
751 removeGroupMemberships(rawContactId3); in testReaggregationWhenBecomesVisible()
DContactAggregator2Test.java183 removeGroupMemberships(rawContactId1); in testAggregationIgnoresInvisibleContact()
724 removeGroupMemberships(rawContactId3); in testReaggregationWhenBecomesInvisible()
749 removeGroupMemberships(rawContactId3); in testReaggregationWhenBecomesInvisibleSecondaryDataMatch()
767 removeGroupMemberships(rawContactId3); in testReaggregationWhenBecomesVisible()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java416 public void removeGroupMemberships(long rawContactId) { in removeGroupMemberships() method in BaseContactsProvider2Test