OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESULT_TYPE_LETTERS
(Results
1 - 2
of
2
) sorted by null
/development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionSettings.java
36
public static final int
RESULT_TYPE_LETTERS
= 0;
VoiceRecognitionService.java
54
String.valueOf(VoiceRecognitionSettings.
RESULT_TYPE_LETTERS
));
57
if (resultTypeInt == VoiceRecognitionSettings.
RESULT_TYPE_LETTERS
) {
Completed in 57 milliseconds