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

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerClient.java 32 public void onRecognitionSuccess(final Intent[] intents);
PhoneTypeChoiceRecognizerEngine.java 49 protected void onRecognitionSuccess(RecognizerClient recognizerClient) throws InterruptedException {
50 if (Config.LOGD) Log.d(TAG, "onRecognitionSuccess " + mSrec.getResultCount());
105 recognizerClient.onRecognitionSuccess(
RecognizerEngine.java 34 * The child class must timplement setupGrammar and onRecognitionSuccess.
45 * <li>Process the results using onRecognitionSuccess, which will pass
90 abstract protected void onRecognitionSuccess(RecognizerClient recognizerClient)
186 onRecognitionSuccess(recognizerClient);
VoiceDialerTester.java 121 public void onRecognitionSuccess(Intent[] intents) {
VoiceDialerActivity.java 541 public void onRecognitionSuccess(final Intent[] intents) {
542 if (Config.LOGD) Log.d(TAG, "onRecognitionSuccess " + intents.length);
589 mVoiceDialerTester.onRecognitionSuccess(intents);
BluetoothVoiceDialerActivity.java 493 public void onRecognitionSuccess(final Intent[] intents) {
494 if (Config.LOGD) Log.d(TAG, "onRecognitionSuccess " + intents.length);
630 public void onRecognitionSuccess(final Intent[] intents) {
631 if (Config.LOGD) Log.d(TAG, "ChoiceRecognizerClient onRecognitionSuccess");
    [all...]
CommandRecognizerEngine.java 52 * <li>onRecognitionSuccess is called when we get results from the recognizer,
    [all...]

Completed in 972 milliseconds