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
157 * {@link #createSpeechRecognizer} static factory method
190 * returns {@code false}, {@link SpeechRecognizer#createSpeechRecognizer(Context)} will
211 public static SpeechRecognizer createSpeechRecognizer(final Context context) { method in class:SpeechRecognizer
212 return createSpeechRecognizer(context, null);
223 * {@link #createSpeechRecognizer(Context)} instead to use the system default recognition
231 public static SpeechRecognizer createSpeechRecognizer(final Context context, method in class:SpeechRecognizer

Completed in 40 milliseconds