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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
WordProperty.java 41 public final boolean mHasShortcuts;
59 mHasShortcuts = shortcutTargets != null && !shortcutTargets.isEmpty();
85 mHasShortcuts = hasShortcuts;
147 && mHasBigrams == w.mHasBigrams && mHasShortcuts && w.mHasBigrams;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderEncoderTests.java 624 assertTrue(wordProperty.mHasShortcuts);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java     [all...]

Completed in 402 milliseconds