Searched defs:userSetLocale (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java89 public boolean userSetLocale; field in class:Configuration
658 userSetLocale = o.userSetLocale;
823 userSetLocale = false;
884 if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0)))
887 userSetLocale = true;
1157 if(userSetLocale) {
1189 userSetLocale = (source.readInt()==1);

Completed in 96 milliseconds