Searched refs:OVERRIDE_LOCALE_CONFIG_KEY (Results 1 – 2 of 2) sorted by relevance
30 private static final String OVERRIDE_LOCALE_CONFIG_KEY = "override_locale_config"; field in ActivityForSettingOverrideLocaleConfig37 if (intent != null && intent.hasExtra(OVERRIDE_LOCALE_CONFIG_KEY)) { in onCreate()38 String extra = intent.getStringExtra(OVERRIDE_LOCALE_CONFIG_KEY); in onCreate()
38 private static final String OVERRIDE_LOCALE_CONFIG_KEY = "override_locale_config"; field in AppSupportedLocalesChangedAtomTest215 String.format("am start -W -n %s --es %s %s", activity, OVERRIDE_LOCALE_CONFIG_KEY, in invokeActivity()