Searched refs:subtypesSet (Results 1 – 3 of 3) sorted by relevance
303 final HashSet<SpellCheckerSubtype> subtypesSet = new HashSet<SpellCheckerSubtype>( in sort()309 if (subtypesSet.contains(subtype)) { in sort()311 subtypesSet.remove(subtype); in sort()316 for (SpellCheckerSubtype subtype: subtypesSet) { in sort()
188 final HashSet<String> subtypesSet = enabledIMEsAndSubtypesMap.get(imiId); in saveInputMethodSubtypeList() local204 subtypesSet.clear(); in saveInputMethodSubtypeList()215 subtypesSet.add(subtypeHashCodeStr); in saveInputMethodSubtypeList()224 subtypesSet.remove(subtypeHashCodeStr); in saveInputMethodSubtypeList()