Home
last modified time | relevance | path

Searched refs:OVERRIDE_LOCALE_CONFIG_KEY (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/locale/atom/overridelocaleconfig/src/android/localemanager/atom/overridelocaleconfig/
DActivityForSettingOverrideLocaleConfig.java30 private static final String OVERRIDE_LOCALE_CONFIG_KEY = "override_locale_config"; field in ActivityForSettingOverrideLocaleConfig
37 if (intent != null && intent.hasExtra(OVERRIDE_LOCALE_CONFIG_KEY)) { in onCreate()
38 String extra = intent.getStringExtra(OVERRIDE_LOCALE_CONFIG_KEY); in onCreate()
/cts/hostsidetests/locale/src/android/localemanager/cts/
DAppSupportedLocalesChangedAtomTest.java38 private static final String OVERRIDE_LOCALE_CONFIG_KEY = "override_locale_config"; field in AppSupportedLocalesChangedAtomTest
215 String.format("am start -W -n %s --es %s %s", activity, OVERRIDE_LOCALE_CONFIG_KEY, in invokeActivity()