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

  /development/apps/CustomLocale/src/com/android/customlocale2/
ChangeLocale.java 64 config.userSetLocale = true;
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 142 if (conf.userSetLocale) return; // Don't change if user set it in the SetupWizard
162 config.userSetLocale = true;
  /frameworks/base/core/java/android/content/res/
Configuration.java 70 public boolean userSetLocale;
444 userSetLocale = o.userSetLocale;
591 userSetLocale = false;
642 if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0)))
644 userSetLocale = true;
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 224 config.userSetLocale = true;
  /frameworks/base/telephony/java/com/android/internal/telephony/
MccTable.java 252 config.userSetLocale = true;
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 224 milliseconds