HomeSort by relevance Sort by last modified time
    Searched refs:CommandRecognizerEngine (Results 1 - 4 of 4) sorted by null

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 41 CommandRecognizerEngine.deleteCachedGrammarFiles(context);
50 CommandRecognizerEngine.deleteCachedGrammarFiles(context);
VoiceDialerActivity.java 78 private final static CommandRecognizerEngine mCommandEngine =
79 new CommandRecognizerEngine();
BluetoothVoiceDialerActivity.java 59 * * begin listening for the command using the {@link CommandRecognizerEngine}
78 * * begin listening for the command using the {@link CommandRecognizerEngine}
147 private static final CommandRecognizerEngine mCommandEngine =
148 new CommandRecognizerEngine();
642 CommandRecognizerEngine.PHONE_TYPE_EXTRA))) {
    [all...]
CommandRecognizerEngine.java 73 public class CommandRecognizerEngine extends RecognizerEngine {
86 public CommandRecognizerEngine() {
    [all...]

Completed in 41 milliseconds