Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
H A DSlicePurchaseBroadcastReceiverTest.java308 Locale newLocale = Locale.forLanguageTag("en-US"); in testLocaleChanged() local
309 if (before.equals(newLocale)) { in testLocaleChanged()
310 newLocale = Locale.forLanguageTag("ko-KR"); in testLocaleChanged()
312 doReturn(newLocale).when(mSlicePurchaseBroadcastReceiver).getCurrentLocale(); in testLocaleChanged()
332 assertEquals(newLocale, getLocale()); in testLocaleChanged()
/aosp14/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java526 @NonNull String engineName, Locale newLocale) { in updateLocalePrefForEngine() argument
530 Log.d(TAG, "updateLocalePrefForEngine(" + engineName + ", " + newLocale + in updateLocalePrefForEngine()
535 engineName, (newLocale != null) ? newLocale.toString() : ""); in updateLocalePrefForEngine()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java261 final Locale newLocale = getResources().getConfiguration().locale;
263 if (!newLocale.equals(mLocale)) {
264 mLocale = newLocale;
/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java459 final String newLocale = mConfiguration.locale.toString(); in setLocaleFromConfiguration() local
460 nativeRegisterLocalizedCollators(mConnectionPtr, newLocale); in setLocaleFromConfiguration()
479 if (oldLocale != null && oldLocale.equals(newLocale)) { in setLocaleFromConfiguration()
489 new Object[] { newLocale }, null); in setLocaleFromConfiguration()
499 + "' to '" + newLocale + "'.", ex); in setLocaleFromConfiguration()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...