Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
DContactAggregatorHelperTest.java48 Map<Long, Long> rawContactsToAccounts = new HashMap<>(); in testMergeComponentsWithDisjointAccounts() local
56 rawContactsToAccounts.put(100l, ACCOUNT_1); in testMergeComponentsWithDisjointAccounts()
57 rawContactsToAccounts.put(101l, ACCOUNT_1); in testMergeComponentsWithDisjointAccounts()
58 rawContactsToAccounts.put(102l, ACCOUNT_1); in testMergeComponentsWithDisjointAccounts()
59 rawContactsToAccounts.put(103l, ACCOUNT_2); in testMergeComponentsWithDisjointAccounts()
60 rawContactsToAccounts.put(104l, ACCOUNT_3); in testMergeComponentsWithDisjointAccounts()
61 rawContactsToAccounts.put(105l, ACCOUNT_4); in testMergeComponentsWithDisjointAccounts()
62 rawContactsToAccounts.put(106l, ACCOUNT_5); in testMergeComponentsWithDisjointAccounts()
63 rawContactsToAccounts.put(107l, ACCOUNT_5); in testMergeComponentsWithDisjointAccounts()
72 rawContactsToAccounts); in testMergeComponentsWithDisjointAccounts()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactAggregatorHelper.java41 Map<Long, Long> rawContactsToAccounts) { in mergeComponentsWithDisjointAccounts() argument
51 long acctId = rawContactsToAccounts.get(rId); in mergeComponentsWithDisjointAccounts()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java323 final Map<Long, Long> rawContactsToAccounts = matchingCandidates.getRawContactToAccount(); in reAggregateRawContacts() local
324 rawContactsToAccounts.put(rawContactId, accountId); in reAggregateRawContacts()
326 rawContactsToAccounts); in reAggregateRawContacts()