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

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
PhoneTypeChoiceRecognizerEngine.java 84 Intent intent = new Intent(RecognizerEngine.ACTION_RECOGNIZER_RESULT, null);
RecognizerEngine.java 64 protected static final String ACTION_RECOGNIZER_RESULT =
65 "com.android.voicedialer.ACTION_RECOGNIZER_RESULT";
VoiceDialerActivity.java 546 // ACTION_RECOGNIZER_RESULT intents are only used when in Bluetooth
551 if (!RecognizerEngine.ACTION_RECOGNIZER_RESULT.equals(
559 if (!RecognizerEngine.ACTION_RECOGNIZER_RESULT.equals(
CommandRecognizerEngine.java     [all...]

Completed in 25 milliseconds