Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java381 final String wordListRawChecksum = results.getString(rawChecksumIndex); in getDictionaryWordListsForLocale() local
415 wordListRawChecksum, matchLevel)); in getDictionaryWordListsForLocale()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryFileDumper.java179 final String wordListRawChecksum = cursor.getString(2); in getWordListWordListInfos() local
181 list.add(new WordListInfo(wordListId, wordListLocale, wordListRawChecksum)); in getWordListWordListInfos()