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.java83 ProfileDatabaseHelper profileHelper = ProfileDatabaseHelper.getInstance(context); in onReceive() local
91 profileHelper.getWritableDatabase(); in onReceive()
94 ContactsProvider2.updateLocaleOffline(context, helper, profileHelper); in onReceive()
DContactsProvider2.java1852 ProfileDatabaseHelper profileHelper) { in needsToUpdateLocaleData() argument
1864 profileHelper.needsToUpdateLocaleData(locales)) { in needsToUpdateLocaleData()
1912 ProfileDatabaseHelper profileHelper) { in updateLocaleOffline() argument
1915 if (!needsToUpdateLocaleData(prefs, currentLocales, contactsHelper, profileHelper)) { in updateLocaleOffline()
1920 profileHelper.setLocale(currentLocales); in updateLocaleOffline()