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

/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerActivity.java161 private ChoiceRecognizerClient mChoiceClient;
234 mChoiceClient = new ChoiceRecognizerClient();
864 private class ChoiceRecognizerClient implements RecognizerClient { class in class:VoiceDialerActivity
866 if (false) Log.d(TAG, "ChoiceRecognizerClient onRecognitionSuccess");
919 if (false) Log.d(TAG, "ChoiceRecognizerClient onRecognitionFailure");
924 if (false) Log.d(TAG, "ChoiceRecognizerClient onRecognitionError");
930 if (false) Log.d(TAG, "ChoiceRecognizerClient onMicrophoneStart");

Completed in 45 milliseconds