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

VoiceInteractionSession.java

package android.service.voice;
public abstract class VoiceInteractionSession
  implements android.view.KeyEvent.Callback
{
public  VoiceInteractionSession(android.content.Context context) { throw new RuntimeException("Stub!"); }
public  VoiceInteractionSession(android.content.Context context, android.os.Handler handler) { throw new RuntimeException("Stub!"); }
public  void finish() { throw new RuntimeException("Stub!"); }
public  void onCreate(android.os.Bundle args) { throw new RuntimeException("Stub!"); }
public  void onDestroy() { throw new RuntimeException("Stub!"); }
public  void setContentView(android.view.View view) { throw new RuntimeException("Stub!"); }
public  void onCloseSystemDialogs() { 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 onKeyUp(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!"); }
}