FileDocCategorySizeDatePackage
VoiceInteractionSession.javaAPI DocAndroid 5.1 API1205Sat Mar 14 14:09:36 GMT 2015android.service.voice

VoiceInteractionSession

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 voidfinish()

 throw new RuntimeException("Stub!"); 
public voidonCloseSystemDialogs()

 throw new RuntimeException("Stub!"); 
public voidonCreate(android.os.Bundle args)

 throw new RuntimeException("Stub!"); 
public voidonDestroy()

 throw new RuntimeException("Stub!"); 
public booleanonKeyDown(int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyLongPress(int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyMultiple(int keyCode, int count, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyUp(int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public voidsetContentView(android.view.View view)

 throw new RuntimeException("Stub!");