Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DUserDictionaryListPreferenceController.java84 final TreeSet<String> localeSet = new TreeSet<>(); in getUserDictionaryLocalesSet() local
87 return localeSet; in getUserDictionaryLocalesSet()
118 localeSet.add(locale); in getUserDictionaryLocalesSet()
131 return localeSet; in getUserDictionaryLocalesSet()
150 localeSet.add(mLocale); in createUserDictSettings()
152 if (localeSet.size() > 1) { in createUserDictSettings()
155 localeSet.add(""); in createUserDictSettings()
165 if (!localeSet.isEmpty() && localeSet.contains(prefKey)) { in createUserDictSettings()
166 localeSet.remove(prefKey); in createUserDictSettings()
173 if (localeSet.isEmpty() && prefCount == 0) { in createUserDictSettings()
[all …]
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionaryList.java61 final TreeSet<String> localeSet = new TreeSet<>(); in getUserDictionaryLocalesSet() local
71 localeSet.add(null != locale ? locale : ""); in getUserDictionaryLocalesSet()
80 localeSet.add(""); in getUserDictionaryLocalesSet()
93 localeSet.add(locale); in getUserDictionaryLocalesSet()
103 localeSet.add(Locale.getDefault().toString()); in getUserDictionaryLocalesSet()
106 return localeSet; in getUserDictionaryLocalesSet()
116 final TreeSet<String> localeSet = in createUserDictSettings() local
119 if (localeSet.size() > 1) { in createUserDictSettings()
122 localeSet.add(""); in createUserDictSettings()
125 if (localeSet.isEmpty()) { in createUserDictSettings()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/language/
H A DUserDictionaryPreferenceController.java48 final TreeSet<String> localeSet = getDictionaryLocales(); in updateState() local
51 if (localeSet.size() <= 1) { in updateState()
52 if (!localeSet.isEmpty()) { in updateState()
61 extras.putString("locale", localeSet.first()); in updateState()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...