Home
last modified time | relevance | path

Searched refs:rejectedSuggestion (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DWordComposer.java464 public void setRejectedBatchModeSuggestion(final String rejectedSuggestion) { in setRejectedBatchModeSuggestion() argument
465 mRejectedBatchModeSuggestion = rejectedSuggestion; in setRejectedBatchModeSuggestion()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1019 final String rejectedSuggestion = mWordComposer.getTypedWord(); in handleBackspaceEvent() local
1021 mWordComposer.setRejectedBatchModeSuggestion(rejectedSuggestion); in handleBackspaceEvent()
1022 if (!TextUtils.isEmpty(rejectedSuggestion)) { in handleBackspaceEvent()
1023 unlearnWord(rejectedSuggestion, inputTransaction.mSettingsValues, in handleBackspaceEvent()
1026 StatsUtils.onBackspaceWordDelete(rejectedSuggestion.length()); in handleBackspaceEvent()