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

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java102 public boolean userSetLocale; field in class:Configuration
758 userSetLocale = o.userSetLocale;
925 userSetLocale = false;
989 if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0)))
992 userSetLocale = true;
1266 if(userSetLocale) {
1303 userSetLocale = (source.readInt()==1);

Completed in 276 milliseconds