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.java76 ProfileDatabaseHelper profileHelper = ProfileDatabaseHelper.getInstance(context); in onReceive() local
85 profileHelper.getWritableDatabase(); in onReceive()
86 ContactsProvider2.updateLocaleOffline(context, helper, profileHelper); in onReceive()
DContactsProvider2.java1747 ProfileDatabaseHelper profileHelper) { in needsToUpdateLocaleData() argument
1759 profileHelper.needsToUpdateLocaleData(locales)) { in needsToUpdateLocaleData()
1801 ProfileDatabaseHelper profileHelper) { in updateLocaleOffline() argument
1804 if (!needsToUpdateLocaleData(prefs, currentLocales, contactsHelper, profileHelper)) { in updateLocaleOffline()
1809 profileHelper.setLocale(currentLocales); in updateLocaleOffline()