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.java129 int bestFormatVersion = Integer.MIN_VALUE; // To be sure we can't be inadvertently smaller in findWordListById() local
133 && wordList.mFormatVersion > bestFormatVersion) { in findWordListById()
135 bestFormatVersion = wordList.mFormatVersion; in findWordListById()