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

/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DRecognizerClient.java32 public void onRecognitionSuccess(final Intent[] intents); method in interface:RecognizerClient
H A DPhoneTypeChoiceRecognizerEngine.java48 protected void onRecognitionSuccess(RecognizerClient recognizerClient) throws InterruptedException { method in class:PhoneTypeChoiceRecognizerEngine
49 if (false) Log.d(TAG, "onRecognitionSuccess " + mSrec.getResultCount());
104 recognizerClient.onRecognitionSuccess(
H A DRecognizerEngine.java33 * The child class must timplement setupGrammar and onRecognitionSuccess.
44 * <li>Process the results using onRecognitionSuccess, which will pass
89 abstract protected void onRecognitionSuccess(RecognizerClient recognizerClient) method in class:RecognizerEngine
185 onRecognitionSuccess(recognizerClient);
H A DVoiceDialerTester.java120 public void onRecognitionSuccess(Intent[] intents) { method in class:VoiceDialerTester
H A DCommandRecognizerEngine.java50 * <li>onRecognitionSuccess is called when we get results from the recognizer,
941 protected void onRecognitionSuccess(RecognizerClient recognizerClient) method in class:CommandRecognizerEngine
943 if (false) Log.d(TAG, "onRecognitionSuccess");
1143 Log.d(TAG, "onRecognitionSuccess: poorly " +
1186 if (false) Log.d(TAG, "onRecognitionSuccess: parse error");
1201 recognizerClient.onRecognitionSuccess(
H A DVoiceDialerActivity.java738 public void onRecognitionSuccess(final Intent[] intents) { method in class:VoiceDialerActivity.CommandRecognizerClient
739 if (false) Log.d(TAG, "CommandRecognizerClient onRecognitionSuccess " +
865 public void onRecognitionSuccess(final Intent[] intents) { method in class:VoiceDialerActivity.ChoiceRecognizerClient
866 if (false) Log.d(TAG, "ChoiceRecognizerClient onRecognitionSuccess");

Completed in 37 milliseconds