HomeSort by relevance Sort by last modified time
    Searched defs:SpeechRecognizer (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/speech/
SpeechRecognizer.java 41 * {@link SpeechRecognizer#createSpeechRecognizer(Context)}. This class's methods must be
45 public class SpeechRecognizer {
50 private static final String TAG = "SpeechRecognizer";
150 * The right way to create a {@code SpeechRecognizer} is by using
153 private SpeechRecognizer(final Context context, final ComponentName serviceComponent) {
184 * returns {@code false}, {@link SpeechRecognizer#createSpeechRecognizer(Context)} will
187 * @param context with which {@code SpeechRecognizer} will be created
197 * Factory method to create a new {@code SpeechRecognizer}. Please note that
199 * command to the created {@code SpeechRecognizer}, otherwise no notifications will be
202 * @param context in which to create {@code SpeechRecognizer}
    [all...]
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 88 milliseconds