Searched defs:hasContentChanged (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
H A DPersonalizationDictionary.java55 protected boolean hasContentChanged() { method in class:PersonalizationDictionary
H A DDecayingExpandableBinaryDictionaryBase.java107 protected boolean hasContentChanged() { method in class:DecayingExpandableBinaryDictionaryBase
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DUserBinaryDictionary.java262 protected boolean hasContentChanged() { method in class:UserBinaryDictionary
H A DContactsBinaryDictionary.java252 protected boolean hasContentChanged() { method in class:ContactsBinaryDictionary
H A DExpandableBinaryDictionary.java133 protected abstract boolean hasContentChanged(); method in class:ExpandableBinaryDictionary
624 if (hasContentChanged() || !dictionaryFileExists) {

Completed in 68 milliseconds