Searched refs:newLocale (Results 1 – 4 of 4) sorted by relevance
130 final Locale newLocale = getResources().getConfiguration().locale;131 if (! newLocale.equals(mLocale)) {132 mLocale = newLocale;
519 public synchronized void updateLocalePrefForEngine(String engineName, Locale newLocale) { in updateLocalePrefForEngine() argument523 Log.d(TAG, "updateLocalePrefForEngine(" + engineName + ", " + newLocale + in updateLocalePrefForEngine()528 engineName, (newLocale != null) ? newLocale.toString() : ""); in updateLocalePrefForEngine()
358 final String newLocale = mConfiguration.locale.toString(); in setLocaleFromConfiguration() local359 nativeRegisterLocalizedCollators(mConnectionPtr, newLocale); in setLocaleFromConfiguration()374 if (oldLocale != null && oldLocale.equals(newLocale)) { in setLocaleFromConfiguration()384 new Object[] { newLocale }, null); in setLocaleFromConfiguration()392 + "' to '" + newLocale + "'.", ex); in setLocaleFromConfiguration()
965 final Locale newLocale = mRes.getConfiguration().locale; in resetAllInternalStateLocked() local967 || (newLocale != null && !newLocale.equals(mLastSystemLocale))) { in resetAllInternalStateLocked()974 Slog.i(TAG, "Locale has been changed to " + newLocale); in resetAllInternalStateLocked()989 mLastSystemLocale = newLocale; in resetAllInternalStateLocked()