Searched refs:hasDictionaryOrLayout (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/
H A DInputLanguageSelection.java94 final Pair<Long, Boolean> hasDictionaryOrLayout = hasDictionaryOrLayout(locale);
95 final Long dictionaryId = hasDictionaryOrLayout.first;
96 final boolean hasLayout = hasDictionaryOrLayout.second;
156 private Pair<Long, Boolean> hasDictionaryOrLayout(Locale locale) { method in class:InputLanguageSelection

Completed in 41 milliseconds