OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wordListRawChecksum
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java
381
final String
wordListRawChecksum
= results.getString(rawChecksumIndex);
415
wordListRawChecksum
, matchLevel));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java
179
final String
wordListRawChecksum
= cursor.getString(2);
181
list.add(new WordListInfo(wordListId, wordListLocale,
wordListRawChecksum
));
Completed in 81 milliseconds