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

/frameworks/base/core/java/android/speech/
H A DRecognitionService.java36 public abstract class RecognitionService extends Service { class in inherits:Service
41 public static final String SERVICE_INTERFACE = "android.speech.RecognitionService";
44 * Name under which a RecognitionService component publishes information about itself.
46 * <code>&lt;{@link android.R.styleable#RecognitionService recognition-service}&gt;</code> tag.
51 private static final String TAG = "RecognitionService";
61 * {@link RecognitionService#onStartListening(Intent, Callback)} method
98 RecognitionService.this.onStartListening(intent, mCurrentCallback);
118 RecognitionService.this.onStopListening(mCurrentCallback);
131 RecognitionService.this.onCancel(mCurrentCallback);
160 if (RecognitionService
[all...]
H A DSpeechRecognizer.java101 /** RecognitionService busy. */
113 /** The actual RecognitionService endpoint */
198 new Intent(RecognitionService.SERVICE_INTERFACE), 0);
270 Intent serviceIntent = new Intent(RecognitionService.SERVICE_INTERFACE);
/frameworks/base/services/java/com/android/server/
H A DRecognitionManagerService.java34 import android.speech.RecognitionService;
111 new Intent(RecognitionService.SERVICE_INTERFACE), 0, userHandle);

Completed in 15 milliseconds