Searched defs:EVENT_START_OF_VOICING (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java76 * case Recognizer.EVENT_START_OF_VOICING:
273 * <li><code>EVENT_START_OF_VOICING</code>
529 public final static int EVENT_START_OF_VOICING = 5; field in class:Recognizer
583 case EVENT_START_OF_VOICING:
584 return "EVENT_START_OF_VOICING";

Completed in 29 milliseconds