Searched refs:newLocale (Results 1 – 5 of 5) sorted by relevance
308 Locale newLocale = Locale.forLanguageTag("en-US"); in testLocaleChanged() local309 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()
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()
261 final Locale newLocale = getResources().getConfiguration().locale;263 if (!newLocale.equals(mLocale)) {264 mLocale = newLocale;
459 final String newLocale = mConfiguration.locale.toString(); in setLocaleFromConfiguration() local460 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()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...