FileDocCategorySizeDatePackage
VoiceInteractionSession.javaAPI DocAndroid 5.1 API3048Sat Mar 14 14:10:02 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 android.view.LayoutInflatergetLayoutInflater()

 throw new RuntimeException("Stub!"); 
public android.app.DialoggetWindow()

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

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

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

 throw new RuntimeException("Stub!"); 
public voidonComputeInsets(android.service.voice.VoiceInteractionSession$Insets outInsets)

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

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

 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!"); 
public voidsetTheme(int theme)

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

 throw new RuntimeException("Stub!"); 
public voidstartVoiceActivity(android.content.Intent intent)

 throw new RuntimeException("Stub!");