OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
181
HashSet<String>
subtypesSet
= enabledIMEAndSubtypesMap.get(imiId);
195
subtypesSet
.clear();
201
subtypesSet
.add(subtypeHashCodeStr);
210
subtypesSet
.remove(subtypeHashCodeStr);
Completed in 298 milliseconds