Home
last modified time | relevance | path

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

/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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java148 final Locale newLocale = getResources().getConfiguration().locale;
149 if (! newLocale.equals(mLocale)) {
150 mLocale = newLocale;
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java360 final String newLocale = mConfiguration.locale.toString(); in setLocaleFromConfiguration() local
361 nativeRegisterLocalizedCollators(mConnectionPtr, newLocale); in setLocaleFromConfiguration()
376 if (oldLocale != null && oldLocale.equals(newLocale)) { in setLocaleFromConfiguration()
386 new Object[] { newLocale }, null); in setLocaleFromConfiguration()
394 + "' to '" + newLocale + "'.", ex); in setLocaleFromConfiguration()