Searched refs:subtypesSet (Results 1 – 3 of 3) sorted by relevance
305 final HashSet<SpellCheckerSubtype> subtypesSet = new HashSet<SpellCheckerSubtype>( in sort()311 if (subtypesSet.contains(subtype)) { in sort()313 subtypesSet.remove(subtype); in sort()318 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()
231 final HashSet<String> subtypesSet = enabledIMEsAndSubtypesMap.get(imiId); in saveInputMethodSubtypeListForUserInternal() local247 subtypesSet.clear(); in saveInputMethodSubtypeListForUserInternal()258 subtypesSet.add(subtypeHashCodeStr); in saveInputMethodSubtypeListForUserInternal()267 subtypesSet.remove(subtypeHashCodeStr); in saveInputMethodSubtypeListForUserInternal()