Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java109 private static final ArraySet<String> UNICODE_LOCALE_SUPPORTED_EXTENSIONS = new ArraySet<>(); field in SettingsHelper
124 UNICODE_LOCALE_SUPPORTED_EXTENSIONS.add(UNICODE_LOCALE_EXTENSION_FW);
125 UNICODE_LOCALE_SUPPORTED_EXTENSIONS.add(UNICODE_LOCALE_EXTENSION_MU);
598 if (UNICODE_LOCALE_SUPPORTED_EXTENSIONS.contains(key)) { in copyExtensionToTargetLocale()