Searched defs:RecognitionService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/
H A DRecognitionService.java39 public abstract class RecognitionService extends Service { class in inherits:Service
44 public static final String SERVICE_INTERFACE = "android.speech.RecognitionService";
47 * Name under which a RecognitionService component publishes information about itself.
49 * <code>&lt;{@link android.R.styleable#RecognitionService recognition-service}&gt;</code> tag.
54 private static final String TAG = "RecognitionService";
64 * {@link RecognitionService#onStartListening(Intent, Callback)} method
113 RecognitionService.this.onStartListening(intent, mCurrentCallback);
133 RecognitionService.this.onStopListening(mCurrentCallback);
146 RecognitionService.this.onCancel(mCurrentCallback);
229 * {@link RecognitionService#onStartListenin
[all...]

Completed in 31 milliseconds