HomeSort by relevance Sort by last modified time
    Searched refs:subtypesSet (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java 235 final HashSet<SpellCheckerSubtype> subtypesSet = new HashSet<SpellCheckerSubtype>(
241 if (subtypesSet.contains(subtype)) {
243 subtypesSet.remove(subtype);
246 // If subtypes in subtypesSet remain, that means these subtypes are not
248 for (SpellCheckerSubtype subtype: subtypesSet) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeUtil.java 191 final HashSet<String> subtypesSet = enabledIMEsAndSubtypesMap.get(imiId);
207 subtypesSet.clear();
213 subtypesSet.add(subtypeHashCodeStr);
222 subtypesSet.remove(subtypeHashCodeStr);

Completed in 690 milliseconds