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