OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoiceRecognitionSettings
(Results
1 - 2
of
2
) sorted by null
/development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionService.java
32
* Depending on the setting chosen in {@link
VoiceRecognitionSettings
}, it either returns a
49
VoiceRecognitionSettings
.SHARED_PREFERENCES_NAME,
53
VoiceRecognitionSettings
.PREF_KEY_RESULTS_TYPE,
54
String.valueOf(
VoiceRecognitionSettings
.RESULT_TYPE_LETTERS));
57
if (resultTypeInt ==
VoiceRecognitionSettings
.RESULT_TYPE_LETTERS) {
61
} else if (resultTypeInt ==
VoiceRecognitionSettings
.RESULT_TYPE_NUMBERS) {
VoiceRecognitionSettings.java
25
public class
VoiceRecognitionSettings
extends PreferenceActivity {
Completed in 467 milliseconds