Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DMetadataHandler.java161 int bestFormatVersion = Integer.MIN_VALUE; // To be sure we can't be inadvertently smaller in findWordListById() local
165 && wordList.mFormatVersion > bestFormatVersion) { in findWordListById()
167 bestFormatVersion = wordList.mFormatVersion; in findWordListById()