Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1507 private AbstractContactAggregator mProfileAggregator; field in ContactsProvider2
1679 mProfileAggregator = new ProfileAggregator(this, mProfileHelper, in initForDefaultLocale()
1681 mProfileAggregator.setEnabled(SystemProperties.getBoolean(AGGREGATE_CONTACTS, true)); in initForDefaultLocale()
1691 initDataRowHandlers(mProfileDataRowHandlers, mProfileHelper, mProfileAggregator, in initForDefaultLocale()
2223 mAggregator.set(mProfileAggregator); in switchToProfileMode()
2415 mProfileAggregator.clearPendingAggregations(); in onBeginTransactionInternal()
2657 getContext(), mProfileHelper, mProfileAggregator, mimeType); in getDataRowHandlerForProfile()