File
Doc
Category
Size
Date
Package
VoiceInteractionSessionService.java
API Doc
Android 5.1 API
472
Sat Mar 14 14:09:44 GMT 2015
android.service.voice
VoiceInteractionSessionService
java.lang.Object
android.app.Service
public abstract class VoiceInteractionSessionService extends android.app.Service
Fields Summary
Constructors Summary
public VoiceInteractionSessionService
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.os.IBinder
onBind
(
android.content.Intent
intent)
throw new RuntimeException("Stub!");
public void
onCreate
()
throw new RuntimeException("Stub!");
public abstract
android.service.voice.VoiceInteractionSession
onNewSession
(
android.os.Bundle
args)
Java Code Source