Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsUpgradeReceiver.java82 ProfileDatabaseHelper profileHelper = ProfileDatabaseHelper.getInstance(context); in onReceive() local
90 profileHelper.getWritableDatabase(); in onReceive()
93 ContactsProvider2.updateLocaleOffline(context, helper, profileHelper); in onReceive()
DContactsProvider2.java1794 ProfileDatabaseHelper profileHelper) { in needsToUpdateLocaleData() argument
1806 profileHelper.needsToUpdateLocaleData(locales)) { in needsToUpdateLocaleData()
1854 ProfileDatabaseHelper profileHelper) { in updateLocaleOffline() argument
1857 if (!needsToUpdateLocaleData(prefs, currentLocales, contactsHelper, profileHelper)) { in updateLocaleOffline()
1862 profileHelper.setLocale(currentLocales); in updateLocaleOffline()