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.java159 removeGroupMemberships(rawContactId1); in testAggregationIgnoresInvisibleContact()
673 removeGroupMemberships(rawContactId3); in testReaggregationWhenBecomesInvisible()
698 removeGroupMemberships(rawContactId3); in testReaggregationWhenBecomesInvisibleSecondaryDataMatch()
716 removeGroupMemberships(rawContactId3); in testReaggregationWhenBecomesVisible()
DContactAggregator2Test.java159 removeGroupMemberships(rawContactId1); in testAggregationIgnoresInvisibleContact()
690 removeGroupMemberships(rawContactId3); in testReaggregationWhenBecomesInvisible()
715 removeGroupMemberships(rawContactId3); in testReaggregationWhenBecomesInvisibleSecondaryDataMatch()
733 removeGroupMemberships(rawContactId3); in testReaggregationWhenBecomesVisible()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java408 public void removeGroupMemberships(long rawContactId) { in removeGroupMemberships() method in BaseContactsProvider2Test