Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
DVoiceInput.java225 logTextModifiedByTypingInsertion(mAfterVoiceInputInsertCount); in incrementTextModificationDeleteCount()
266 logTextModifiedByTypingInsertion(mAfterVoiceInputInsertCount); in incrementTextModificationInsertPunctuationCount()
273 logTextModifiedByTypingInsertion(mAfterVoiceInputInsertCount); in flushAllTextModificationCounters()
439 public void logTextModifiedByTypingInsertion(int length) { in logTextModifiedByTypingInsertion() method in VoiceInput