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.java51 Map<Long, Long> rawContactsToAccounts = new HashMap<>(); in testMergeComponentsWithDisjointAccounts() local
59 rawContactsToAccounts.put(100l, ACCOUNT_1); in testMergeComponentsWithDisjointAccounts()
60 rawContactsToAccounts.put(101l, ACCOUNT_1); in testMergeComponentsWithDisjointAccounts()
61 rawContactsToAccounts.put(102l, ACCOUNT_1); in testMergeComponentsWithDisjointAccounts()
62 rawContactsToAccounts.put(103l, ACCOUNT_2); in testMergeComponentsWithDisjointAccounts()
63 rawContactsToAccounts.put(104l, ACCOUNT_3); in testMergeComponentsWithDisjointAccounts()
64 rawContactsToAccounts.put(105l, ACCOUNT_4); in testMergeComponentsWithDisjointAccounts()
65 rawContactsToAccounts.put(106l, ACCOUNT_5); in testMergeComponentsWithDisjointAccounts()
66 rawContactsToAccounts.put(107l, ACCOUNT_5); in testMergeComponentsWithDisjointAccounts()
75 rawContactsToAccounts); in testMergeComponentsWithDisjointAccounts()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactAggregatorHelper.java42 Map<Long, Long> rawContactsToAccounts) { in mergeComponentsWithDisjointAccounts() argument
52 long acctId = rawContactsToAccounts.get(rId); in mergeComponentsWithDisjointAccounts()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java321 final Map<Long, Long> rawContactsToAccounts = matchingCandidates.getRawContactToAccount(); in reAggregateRawContacts() local
322 rawContactsToAccounts.put(rawContactId, accountId); in reAggregateRawContacts()
324 rawContactsToAccounts); in reAggregateRawContacts()