Searched refs:CommandRecognizerEngine (Results 1 - 3 of 3) sorted by relevance

/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerReceiver.java40 CommandRecognizerEngine.deleteCachedGrammarFiles(context);
49 CommandRecognizerEngine.deleteCachedGrammarFiles(context);
H A DVoiceDialerActivity.java65 * * 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();
895 CommandRecognizerEngine.PHONE_TYPE_EXTRA))) {
H A DCommandRecognizerEngine.java72 public class CommandRecognizerEngine extends RecognizerEngine { class in inherits:RecognizerEngine
85 public CommandRecognizerEngine() { method in class:CommandRecognizerEngine

Completed in 63 milliseconds