Searched refs:newLocale (Results 1 – 3 of 3) sorted by relevance
526 @NonNull String engineName, Locale newLocale) { in updateLocalePrefForEngine() argument530 Log.d(TAG, "updateLocalePrefForEngine(" + engineName + ", " + newLocale + in updateLocalePrefForEngine()535 engineName, (newLocale != null) ? newLocale.toString() : ""); in updateLocalePrefForEngine()
250 final Locale newLocale = getResources().getConfiguration().locale;252 if (!newLocale.equals(mLocale)) {253 mLocale = newLocale;
416 final String newLocale = mConfiguration.locale.toString(); in setLocaleFromConfiguration() local417 nativeRegisterLocalizedCollators(mConnectionPtr, newLocale); in setLocaleFromConfiguration()436 if (oldLocale != null && oldLocale.equals(newLocale)) { in setLocaleFromConfiguration()446 new Object[] { newLocale }, null); in setLocaleFromConfiguration()456 + "' to '" + newLocale + "'.", ex); in setLocaleFromConfiguration()