OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_RECOGNITION_RESULT
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/speech/srec/
Recognizer.java
80
* 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;
589
case
EVENT_RECOGNITION_RESULT
:
590
return "
EVENT_RECOGNITION_RESULT
";
/packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java
184
case Recognizer.
EVENT_RECOGNITION_RESULT
:
Completed in 301 milliseconds