HomeSort by relevance Sort by last modified time
    Searched refs:RecognitionService (Results 1 - 15 of 15) sorted by null

  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainRecognitionService.java 20 import android.speech.RecognitionService;
26 public class MainRecognitionService extends RecognitionService {
  /frameworks/base/core/java/android/speech/
RecognitionService.java 38 public abstract class RecognitionService extends Service {
43 public static final String SERVICE_INTERFACE = "android.speech.RecognitionService";
46 * Name under which a RecognitionService component publishes information about itself.
48 * <code>&lt;{@link android.R.styleable#RecognitionService recognition-service}&gt;</code> tag.
53 private static final String TAG = "RecognitionService";
63 * {@link RecognitionService#onStartListening(Intent, Callback)} method
111 RecognitionService.this.onStartListening(intent, mCurrentCallback);
131 RecognitionService.this.onStopListening(mCurrentCallback);
144 RecognitionService.this.onCancel(mCurrentCallback);
173 if (RecognitionService.this.checkCallingOrSelfPermission(android.Manifest.permission
    [all...]
SpeechRecognizer.java 101 /** RecognitionService busy. */
113 /** The actual RecognitionService endpoint */
198 new Intent(RecognitionService.SERVICE_INTERFACE), 0);
270 Intent serviceIntent = new Intent(RecognitionService.SERVICE_INTERFACE);
  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionService.java 27 import android.speech.RecognitionService;
30 * A sample implementation of a {@link RecognitionService}. This very simple implementation does
35 public class VoiceRecognitionService extends RecognitionService {
  /packages/apps/Settings/src/com/android/settings/voice/
VoiceInputHelper.java 31 import android.speech.RecognitionService;
105 new Intent(RecognitionService.SERVICE_INTERFACE),
170 RecognitionService.SERVICE_META_DATA);
172 throw new XmlPullParserException("No " + RecognitionService.SERVICE_META_DATA +
193 com.android.internal.R.styleable.RecognitionService);
VoiceInputSettings.java 29 import android.speech.RecognitionService;
215 new Intent(RecognitionService.SERVICE_INTERFACE),
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
SpeechRecognition.java 16 import android.speech.RecognitionService;
180 Intent intent = new Intent(RecognitionService.SERVICE_INTERFACE);
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java 49 import android.speech.RecognitionService;
336 new Intent(RecognitionService.SERVICE_INTERFACE), 0, userHandle);
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 3529 milliseconds