Home | History | Annotate | Download | only in inputmethod

Lines Matching refs:localeSet

215         final TreeSet<String> localeSet = UserDictionaryList.getUserDictionaryLocalesSet(activity);
216 if (null == localeSet) {
229 if (localeSet.size() <= 1) {
230 if (!localeSet.isEmpty()) {
239 extras.putString("locale", localeSet.first());