HomeSort by relevance Sort by last modified time
    Searched refs:userSetLocale (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/content/res/
Configuration.java 58 public boolean userSetLocale;
233 userSetLocale = o.userSetLocale;
289 userSetLocale = false;
335 if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0)))
337 userSetLocale = true;
543 if(userSetLocale) {
568 userSetLocale = (source.readInt()==1);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 157 if (conf.userSetLocale) return; // Don't change if user set it in the SetupWizard
177 config.userSetLocale = true;
  /packages/apps/Settings/src/com/android/settings/
LocalePicker.java 181 config.userSetLocale = true;
  /development/apps/CustomLocale/src/com/android/customlocale/
CustomLocaleActivity.java 305 config.userSetLocale = true;
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneBase.java 633 config.userSetLocale = true;
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 1513 milliseconds