Searched defs:MAIN_DICTIONARY_CATEGORY (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionaryGetter.java58 private static final String MAIN_DICTIONARY_CATEGORY = "main"; field in class:BinaryDictionaryGetter
351 return MAIN_DICTIONARY_CATEGORY + ID_CATEGORY_SEPARATOR + locale.getLanguage().toString();
357 return MAIN_DICTIONARY_CATEGORY.equals(idArray[0]);

Completed in 101 milliseconds