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

  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/define/
DecoderSpecificConstants.java 37 public static final boolean SHOULD_REMOVE_PREVIOUSLY_REJECTED_SUGGESTION = true;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 22 import static com.android.inputmethod.latin.define.DecoderSpecificConstants.SHOULD_REMOVE_PREVIOUSLY_REJECTED_SUGGESTION;
315 if (SHOULD_REMOVE_PREVIOUSLY_REJECTED_SUGGESTION
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTests.java 664 if (DecoderSpecificConstants.SHOULD_REMOVE_PREVIOUSLY_REJECTED_SUGGESTION) {
    [all...]

Completed in 121 milliseconds