File
Doc
Category
Size
Date
Package
RecognitionService.java
API Doc
Android 5.1 API
1848
Sat Mar 14 14:09:40 GMT 2015
android.speech
RecognitionService
java.lang.Object
android.app.Service
public abstract class RecognitionService extends android.app.Service
Fields Summary
public static final String
SERVICE_INTERFACE
public static final String
SERVICE_META_DATA
Constructors Summary
public RecognitionService
()
throw new RuntimeException("Stub!");
Methods Summary
public final
android.os.IBinder
onBind
(
android.content.Intent
intent)
throw new RuntimeException("Stub!");
protected abstract void
onCancel
(
android.speech.RecognitionService$Callback
listener)
public void
onDestroy
()
throw new RuntimeException("Stub!");
protected abstract void
onStartListening
(
android.content.Intent
recognizerIntent,
android.speech.RecognitionService$Callback
listener)
protected abstract void
onStopListening
(
android.speech.RecognitionService$Callback
listener)
Java Code Source