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

/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java269 * <li><code>EVENT_NO_MATCH</code>
509 public final static int EVENT_NO_MATCH = 1; field in class:Recognizer
575 case EVENT_NO_MATCH:
576 return "EVENT_NO_MATCH";

Completed in 57 milliseconds