Home
last modified time | relevance | path

Searched refs:hasMultipleEnabledSubtypes (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java360 return hasMultipleEnabledSubtypes(shouldIncludeAuxiliarySubtypes, enabledImis); in hasMultipleEnabledIMEsOrSubtypes()
367 return hasMultipleEnabledSubtypes(shouldIncludeAuxiliarySubtypes, imiList); in hasMultipleEnabledSubtypesInThisIme()
370 private boolean hasMultipleEnabledSubtypes(final boolean shouldIncludeAuxiliarySubtypes, in hasMultipleEnabledSubtypes() method in RichInputMethodManager