Home
last modified time | relevance | path

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

/cts/hostsidetests/locale/atom/overridelocaleconfig/src/android/localemanager/atom/overridelocaleconfig/
DActivityForSettingOverrideLocaleConfig.java31 private static final String EXTRA_REMOVE_OVERRIDE = "remove_override"; field in ActivityForSettingOverrideLocaleConfig
46 LocaleConfig localeConfig = extra.equals(EXTRA_REMOVE_OVERRIDE) ? null : new LocaleConfig( in callSetOverrideLocaleConfig()