Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/Internal/src/com/android/internal/app/
H A DAppLocaleCollectorTest.java69 private static final int SYSTEM_AVAILABLE = field in AppLocaleCollectorTest
135 expectedResult.put("ar-JO", SYSTEM_AVAILABLE); in testGetSupportedLocaleList_filterNonAppsupportedSystemLanguage()
136 expectedResult.put("fr-FR", SYSTEM_AVAILABLE); in testGetSupportedLocaleList_filterNonAppsupportedSystemLanguage()
137 expectedResult.put("es-US", SYSTEM_AVAILABLE); in testGetSupportedLocaleList_filterNonAppsupportedSystemLanguage()
187 OTHERAPP | SYSTEM_AVAILABLE | IME); // The locale exists in OTHERAPP, SYSTEM and IME in getExpectedResult()
188 map.put("zh-Hant-TW", SYSTEM_AVAILABLE); // The locale system activates. in getExpectedResult()
205 return Set.of(createLocaleInfo("zh-Hant-TW", SYSTEM_AVAILABLE), in initSystemCurrentLocales()
206 createLocaleInfo("ja-JP", SYSTEM_AVAILABLE), in initSystemCurrentLocales()
208 createLocaleInfo("en-US", SYSTEM_AVAILABLE)); in initSystemCurrentLocales()
248 hs.add(createLocaleInfo(tag, SYSTEM_AVAILABLE)); in getSystemCurrentLocales()