Searched refs:EVENT_RECOGNITION_RESULT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java80 * case Recognizer.EVENT_RECOGNITION_RESULT:
276 * <li><code>EVENT_RECOGNITION_RESULT</code>
324 * <code>EVENT_RECOGNITION_RESULT</code> is returned by
335 * <code>EVENT_RECOGNITION_RESULT</code> is returned by
347 * <code>EVENT_RECOGNITION_RESULT</code> is returned by
544 public final static int EVENT_RECOGNITION_RESULT = 8; field in class:Recognizer
589 case EVENT_RECOGNITION_RESULT:
590 return "EVENT_RECOGNITION_RESULT";

Completed in 7 milliseconds