Searched refs:onWordCommitUserTyped (Results 1 – 2 of 2) sorted by relevance
147 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()
79 public static void onWordCommitUserTyped(final String commitWord, final boolean isBatchMode) { in onWordCommitUserTyped() method in StatsUtils