OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandRecognizerEngine
(Results
1 - 3
of
3
) sorted by null
/packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java
40
CommandRecognizerEngine
.deleteCachedGrammarFiles(context);
49
CommandRecognizerEngine
.deleteCachedGrammarFiles(context);
VoiceDialerActivity.java
65
* * begin listening for the command using the {@link
CommandRecognizerEngine
}
84
* * begin listening for the command using the {@link
CommandRecognizerEngine
}
156
private static final
CommandRecognizerEngine
mCommandEngine =
157
new
CommandRecognizerEngine
();
[
all
...]
CommandRecognizerEngine.java
72
public class
CommandRecognizerEngine
extends RecognizerEngine {
85
public
CommandRecognizerEngine
() {
[
all
...]
Completed in 98 milliseconds