Searched refs:systemLocale (Results 1 – 3 of 3) sorted by relevance
209 final String systemLocale = Locale.getDefault().toString(); in getLocalesList() local211 locales.remove(systemLocale); // system locale may not be null in getLocalesList()217 if (!systemLocale.equals(mLocale)) { in getLocalesList()218 addLocaleDisplayNameToList(activity, localesList, systemLocale); in getLocalesList()
375 Context context, String subtypeLocale, String systemLocale) { in SubtypeCheckBoxPreference() argument381 mIsSystemLocale = subtypeLocale.equals(systemLocale); in SubtypeCheckBoxPreference()383 || subtypeLocale.startsWith(systemLocale.substring(0, 2)); in SubtypeCheckBoxPreference()
283 final Locale systemLocale = conf.locale; in onConfigurationChanged() local285 if (!systemLocale.equals(mCurrentSystemLocale)) { in onConfigurationChanged()