File
Doc
Category
Size
Date
Package
VoiceInteractionService.java
API Doc
Android 5.1 API
1301
Sat Mar 14 14:09:42 GMT 2015
android.service.voice
VoiceInteractionService
java.lang.Object
android.app.Service
public class VoiceInteractionService extends android.app.Service
Fields Summary
public static final String
SERVICE_INTERFACE
public static final String
SERVICE_META_DATA
Constructors Summary
public VoiceInteractionService
()
throw new RuntimeException("Stub!");
Methods Summary
public final
android.service.voice.AlwaysOnHotwordDetector
createAlwaysOnHotwordDetector
(
java.lang.String
keyphrase,
java.util.Locale
locale,
android.service.voice.AlwaysOnHotwordDetector.Callback
callback)
throw new RuntimeException("Stub!");
protected void
dump
(
java.io.FileDescriptor
fd,
java.io.PrintWriter
pw,
java.lang.String[]
args)
throw new RuntimeException("Stub!");
public static
boolean
isActiveService
(
android.content.Context
context,
android.content.ComponentName
service)
throw new RuntimeException("Stub!");
public
android.os.IBinder
onBind
(
android.content.Intent
intent)
throw new RuntimeException("Stub!");
public void
onCreate
()
throw new RuntimeException("Stub!");
public void
onReady
()
throw new RuntimeException("Stub!");
public void
onShutdown
()
throw new RuntimeException("Stub!");
public void
startSession
(
android.os.Bundle
args)
throw new RuntimeException("Stub!");
Java Code Source