Home
last modified time | relevance | path

Searched refs:createAutoAddGroup (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java150 createAutoAddGroup(account); in testAggregationIgnoresInvisibleContact()
654 createAutoAddGroup(account); in testReaggregationWhenBecomesInvisible()
679 createAutoAddGroup(account); in testReaggregationWhenBecomesInvisibleSecondaryDataMatch()
704 long groupId = createAutoAddGroup(account); in testReaggregationWhenBecomesVisible()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java199 protected long createAutoAddGroup(Account account) { in createAutoAddGroup() method in BaseContactsProvider2Test