Searched refs:isOutOfDate (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DExpandableBinaryDictionary.java378 return mBinaryDictionary == null || mLocalDictionaryController.isOutOfDate();
392 if (mSharedDictionaryController.isOutOfDate() || !dictionaryFileExists) {
445 private boolean isOutOfDate() { method in class:ExpandableBinaryDictionary.DictionaryController

Completed in 51 milliseconds