Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java568 boolean isNeededToRecreate() { in isNeededToRecreate() method in ExpandableBinaryDictionary
603 if (!dictFile.exists() || isNeededToRecreate()) { in asyncReloadDictionary()