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

/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java41 * {@link SpeechRecognizer#createSpeechRecognizer(Context)}. This class's methods must be
137 * {@link #createSpeechRecognizer} static factory method
170 * returns {@code false}, {@link SpeechRecognizer#createSpeechRecognizer(Context)} will
191 public static SpeechRecognizer createSpeechRecognizer(final Context context) { method in class:SpeechRecognizer
192 return createSpeechRecognizer(context, null);
203 * {@link #createSpeechRecognizer(Context)} instead to use the system default recognition
211 public static SpeechRecognizer createSpeechRecognizer(final Context context, method in class:SpeechRecognizer

Completed in 26 milliseconds