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
81
* case Recognizer.
EVENT_RECOGNITION_RESULT
:
277
* <li><code>
EVENT_RECOGNITION_RESULT
</code>
325
* <code>
EVENT_RECOGNITION_RESULT
</code> is returned by
336
* <code>
EVENT_RECOGNITION_RESULT
</code> is returned by
348
* <code>
EVENT_RECOGNITION_RESULT
</code> is returned by
545
public final static int
EVENT_RECOGNITION_RESULT
= 8;
590
case
EVENT_RECOGNITION_RESULT
:
591
return "
EVENT_RECOGNITION_RESULT
";
/packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java
185
case Recognizer.
EVENT_RECOGNITION_RESULT
:
Completed in 55 milliseconds