Searched refs:userSetLocale (Results 1 – 5 of 5) sorted by relevance
107 public boolean userSetLocale; field in Configuration882 userSetLocale = o.userSetLocale; in setTo()1072 userSetLocale = false; in setToDefaults()1148 … if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0))) in updateFrom()1151 userSetLocale = true; in updateFrom()1506 if(userSetLocale) { in writeToParcel()1546 userSetLocale = (source.readInt()==1); in readFromParcel()
331 if (conf.userSetLocale) return; // Don't change if user set it in the SetupWizard in setLocaleData()350 config.userSetLocale = true; in setLocaleData()
276 config.userSetLocale = true;
2567 if (!inoutConfig.userSetLocale && !inoutConfig.getLocales().isEmpty()) { in clearConfiguration()
20057 ci.userSetLocale = false;20268 if (!initLocale && !values.getLocales().isEmpty() && values.userSetLocale) {