Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/define/
DDecoderSpecificConstants.java37 public static final boolean SHOULD_REMOVE_PREVIOUSLY_REJECTED_SUGGESTION = true; field in DecoderSpecificConstants
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java22 …oid.inputmethod.latin.define.DecoderSpecificConstants.SHOULD_REMOVE_PREVIOUSLY_REJECTED_SUGGESTION;
315 if (SHOULD_REMOVE_PREVIOUSLY_REJECTED_SUGGESTION in getSuggestedWordsForBatchInput()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTests.java664 if (DecoderSpecificConstants.SHOULD_REMOVE_PREVIOUSLY_REJECTED_SUGGESTION) { in testGestureBackspaceGestureAgain()