Searched refs:RecognizerEngine (Results 1 – 6 of 6) sorted by relevance
25 public class PhoneTypeChoiceRecognizerEngine extends RecognizerEngine {83 Intent intent = new Intent(RecognizerEngine.ACTION_RECOGNIZER_RESULT, null); in onRecognitionSuccess()84 intent.putExtra(RecognizerEngine.SENTENCE_EXTRA, literal); in onRecognitionSuccess()85 intent.putExtra(RecognizerEngine.SEMANTIC_EXTRA, semantic); in onRecognitionSuccess()
536 RecognizerEngine.SENTENCE_EXTRA)); in performChoice()760 RecognizerEngine.SENTENCE_EXTRA); in onRecognitionSuccess()771 RecognizerEngine.SEMANTIC_EXTRA); in onRecognitionSuccess()879 RecognizerEngine.SEMANTIC_EXTRA); in onRecognitionSuccess()940 RecognizerEngine.SENTENCE_EXTRA)); in speakChoices()958 RecognizerEngine.SENTENCE_EXTRA); in speakChoices()
72 public class CommandRecognizerEngine extends RecognizerEngine {1111 Intent intent = new Intent(RecognizerEngine.ACTION_RECOGNIZER_RESULT, null); in onRecognitionSuccess()1112 intent.putExtra(RecognizerEngine.SENTENCE_EXTRA, literal); in onRecognitionSuccess()1113 intent.putExtra(RecognizerEngine.SEMANTIC_EXTRA, semantic); in onRecognitionSuccess()
59 abstract public class RecognizerEngine { class83 public RecognizerEngine() { in RecognizerEngine() method in RecognizerEngine
170 logLine(intent.toString() + " " + RecognizerEngine.SENTENCE_EXTRA + "=" + in logIntents()171 intent.getStringExtra(RecognizerEngine.SENTENCE_EXTRA)); in logIntents()
127 intents[i].getStringExtra(RecognizerEngine.SENTENCE_EXTRA). in onRecognitionSuccess()