Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java366 final String wordListCategory; in getDictionaryWordListsForLocale() local
369 wordListCategory = wordListIdArray[0]; in getDictionaryWordListsForLocale()
377 wordListCategory = UpdateHandler.MAIN_DICTIONARY_CATEGORY; in getDictionaryWordListsForLocale()
411 final WordListInfo currentBestMatch = dicts.get(wordListCategory); in getDictionaryWordListsForLocale()
414 dicts.put(wordListCategory, new WordListInfo(wordListId, wordListLocale, in getDictionaryWordListsForLocale()