Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java147 StatsUtils.onWordCommitUserTyped( in startInput()
206 StatsUtils.onWordCommitUserTyped( in finishInput()
252 StatsUtils.onWordCommitUserTyped(mEnteredText, mWordComposer.isBatchMode()); in onTextInput()
1042 StatsUtils.onWordCommitUserTyped(lastComposedWord, mWordComposer.isBatchMode()); in handleBackspaceEvent()
2074 StatsUtils.onWordCommitUserTyped(typedWord, isBatchMode); in commitTyped()
2138 StatsUtils.onWordCommitUserTyped(stringToCommit, isBatchMode); in commitCurrentAutoCorrection()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DStatsUtils.java79 public static void onWordCommitUserTyped(final String commitWord, final boolean isBatchMode) { in onWordCommitUserTyped() method in StatsUtils