Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java80 public boolean userSetLocale; field in Configuration
603 userSetLocale = o.userSetLocale; in setTo()
767 userSetLocale = false; in setToDefaults()
828 … if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0))) in updateFrom()
831 userSetLocale = true; in updateFrom()
1101 if(userSetLocale) { in writeToParcel()
1133 userSetLocale = (source.readInt()==1); in readFromParcel()
1267 userSetLocale = true; in setLocale()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java210 if (conf.userSetLocale) return; // Don't change if user set it in the SetupWizard in setLocaleData()
230 config.userSetLocale = true; in setLocaleData()
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java14071 values.userSetLocale); in updateConfigurationLocked()