FileDocCategorySizeDatePackage
VoiceInteractionSession.javaAPI DocAndroid 5.1 API3048Sat Mar 14 14:10:02 GMT 2015android.service.voice

VoiceInteractionSession.java

package android.service.voice;
public abstract class VoiceInteractionSession
  implements android.view.KeyEvent.Callback
{
public static class Request
{
Request() { throw new RuntimeException("Stub!"); }
public  void sendConfirmResult(boolean confirmed, android.os.Bundle result) { throw new RuntimeException("Stub!"); }
public  void sendCompleteVoiceResult(android.os.Bundle result) { throw new RuntimeException("Stub!"); }
public  void sendAbortVoiceResult(android.os.Bundle result) { throw new RuntimeException("Stub!"); }
public  void sendCommandResult(boolean complete, android.os.Bundle result) { throw new RuntimeException("Stub!"); }
public  void sendCancelResult() { throw new RuntimeException("Stub!"); }
}
public static class Caller
{
Caller() { throw new RuntimeException("Stub!"); }
}
public static final class Insets
{
public  Insets() { throw new RuntimeException("Stub!"); }
public static final int TOUCHABLE_INSETS_CONTENT = 1;
public static final int TOUCHABLE_INSETS_FRAME = 0;
public static final int TOUCHABLE_INSETS_REGION = 3;
public final android.graphics.Rect contentInsets;
public int touchableInsets;
public final android.graphics.Region touchableRegion;
}
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 showWindow() { throw new RuntimeException("Stub!"); }
public  void hideWindow() { throw new RuntimeException("Stub!"); }
public  void setTheme(int theme) { throw new RuntimeException("Stub!"); }
public  void startVoiceActivity(android.content.Intent intent) { throw new RuntimeException("Stub!"); }
public  android.view.LayoutInflater getLayoutInflater() { throw new RuntimeException("Stub!"); }
public  android.app.Dialog getWindow() { 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  android.view.View onCreateContentView() { throw new RuntimeException("Stub!"); }
public  void setContentView(android.view.View view) { 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!"); }
public  void onBackPressed() { throw new RuntimeException("Stub!"); }
public  void onCloseSystemDialogs() { throw new RuntimeException("Stub!"); }
public  void onComputeInsets(android.service.voice.VoiceInteractionSession.Insets outInsets) { throw new RuntimeException("Stub!"); }
}