Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java102 public boolean userSetLocale; field in Configuration
758 userSetLocale = o.userSetLocale; in setTo()
925 userSetLocale = false; in setToDefaults()
989 … if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0))) in updateFrom()
992 userSetLocale = true; in updateFrom()
1266 if(userSetLocale) { in writeToParcel()
1303 userSetLocale = (source.readInt()==1); in readFromParcel()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java332 if (conf.userSetLocale) return; // Don't change if user set it in the SetupWizard in setLocaleData()
351 config.userSetLocale = true; in setLocaleData()
/frameworks/base/core/java/com/android/internal/app/
DLocalePicker.java276 config.userSetLocale = true;
/frameworks/base/core/java/android/provider/
DSettings.java2270 if (!inoutConfig.userSetLocale && !inoutConfig.getLocales().isEmpty()) { in clearConfiguration()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java18546 ci.userSetLocale = false; in getConfiguration()
18692 if (!initLocale && !values.getLocales().isEmpty() && values.userSetLocale) { in updateConfigurationLocked()