Searched refs:bestFormatVersion (Results 1 – 1 of 1) sorted by relevance
161 int bestFormatVersion = Integer.MIN_VALUE; // To be sure we can't be inadvertently smaller in findWordListById() local165 && wordList.mFormatVersion > bestFormatVersion) { in findWordListById()167 bestFormatVersion = wordList.mFormatVersion; in findWordListById()