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

/frameworks/base/tests/Assist/src/com/android/test/assist/
H A DAssistRecognitionService.java28 protected void onStartListening(Intent recognizerIntent, Callback listener) { method in class:AssistRecognitionService
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainRecognitionService.java37 protected void onStartListening(Intent recognizerIntent, Callback listener) { method in class:MainRecognitionService
38 Log.d(TAG, "onStartListening");
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java64 * {@link RecognitionService#onStartListening(Intent, Callback)} method
113 RecognitionService.this.onStartListening(intent, mCurrentCallback);
198 protected abstract void onStartListening(Intent recognizerIntent, Callback listener); method in class:RecognitionService
229 * {@link RecognitionService#onStartListening(Intent, Callback)} method. Recognizers may call

Completed in 191 milliseconds