File
Doc
Category
Size
Date
Package
VoiceInteractionSession.java
API Doc
Android 5.1 API
1205
Sat Mar 14 14:09:36 GMT 2015
android.service.voice
VoiceInteractionSession
java.lang.Object
public abstract class VoiceInteractionSession extends Object implements android.view.KeyEvent.Callback
Fields Summary
Constructors Summary
public VoiceInteractionSession
(
android.content.Context
context)
throw new RuntimeException("Stub!");
public VoiceInteractionSession
(
android.content.Context
context,
android.os.Handler
handler)
throw new RuntimeException("Stub!");
Methods Summary
public void
finish
()
throw new RuntimeException("Stub!");
public void
onCloseSystemDialogs
()
throw new RuntimeException("Stub!");
public void
onCreate
(
android.os.Bundle
args)
throw new RuntimeException("Stub!");
public void
onDestroy
()
throw new RuntimeException("Stub!");
public
boolean
onKeyDown
(
int
keyCode,
android.view.KeyEvent
event)
throw new RuntimeException("Stub!");
public
boolean
onKeyLongPress
(
int
keyCode,
android.view.KeyEvent
event)
throw new RuntimeException("Stub!");
public
boolean
onKeyMultiple
(
int
keyCode,
int
count,
android.view.KeyEvent
event)
throw new RuntimeException("Stub!");
public
boolean
onKeyUp
(
int
keyCode,
android.view.KeyEvent
event)
throw new RuntimeException("Stub!");
public void
setContentView
(
android.view.View
view)
throw new RuntimeException("Stub!");
Java Code Source