Searched defs:userSetLocale (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java130 public boolean userSetLocale; field in class:Configuration
903 userSetLocale = o.userSetLocale;
1180 userSetLocale = false;
1256 if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0)))
1259 userSetLocale = true;
1618 if(userSetLocale) {
1653 userSetLocale = (source.readInt()==1);

Completed in 91 milliseconds