Home
last modified time | relevance | path

Searched refs:newLocale (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java130 final Locale newLocale = getResources().getConfiguration().locale;
131 if (! newLocale.equals(mLocale)) {
132 mLocale = newLocale;
/frameworks/base/core/java/android/speech/tts/
DTtsEngines.java519 public synchronized void updateLocalePrefForEngine(String engineName, Locale newLocale) { in updateLocalePrefForEngine() argument
523 Log.d(TAG, "updateLocalePrefForEngine(" + engineName + ", " + newLocale + in updateLocalePrefForEngine()
528 engineName, (newLocale != null) ? newLocale.toString() : ""); in updateLocalePrefForEngine()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java358 final String newLocale = mConfiguration.locale.toString(); in setLocaleFromConfiguration() local
359 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()
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java965 final Locale newLocale = mRes.getConfiguration().locale; in resetAllInternalStateLocked() local
967 || (newLocale != null && !newLocale.equals(mLastSystemLocale))) { in resetAllInternalStateLocked()
974 Slog.i(TAG, "Locale has been changed to " + newLocale); in resetAllInternalStateLocked()
989 mLastSystemLocale = newLocale; in resetAllInternalStateLocked()