HomeSort by relevance Sort by last modified time
    Searched refs:hasContentChanged (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
PersonalizationDictionary.java 55 protected boolean hasContentChanged() {
DecayingExpandableBinaryDictionaryBase.java 107 protected boolean hasContentChanged() {
  /cts/tests/tests/widget/src/android/widget/cts/
CursorAdapterTest.java 311 assertFalse(mMockCursorAdapter.hasContentChanged());
317 return mMockCursorAdapter.hasContentChanged();
396 public boolean hasContentChanged() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 133 protected abstract boolean hasContentChanged();
624 if (hasContentChanged() || !dictionaryFileExists) {
ContactsBinaryDictionary.java 252 protected boolean hasContentChanged() {
UserBinaryDictionary.java 262 protected boolean hasContentChanged() {

Completed in 369 milliseconds