summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system-api/23.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/system-api/23.txt b/system-api/23.txt
index 1c9e7bd..2d6ba98 100644
--- a/system-api/23.txt
+++ b/system-api/23.txt
@@ -28791,7 +28791,6 @@ package android.service.voice {
method public void finish();
method public android.view.LayoutInflater getLayoutInflater();
method public android.app.Dialog getWindow();
- method public void hideWindow();
method public void onBackPressed();
method public void onCloseSystemDialogs();
method public void onComputeInsets(android.service.voice.VoiceInteractionSession.Insets);
@@ -28803,13 +28802,9 @@ package android.service.voice {
method public boolean onKeyUp(int, android.view.KeyEvent);
method public void setContentView(android.view.View);
method public void setTheme(int);
- method public void showWindow();
method public void startVoiceActivity(android.content.Intent);
}
- public static class VoiceInteractionSession.Caller {
- }
-
public static final class VoiceInteractionSession.Insets {
ctor public VoiceInteractionSession.Insets();
field public static final int TOUCHABLE_INSETS_CONTENT = 1; // 0x1
@@ -28820,14 +28815,6 @@ package android.service.voice {
field public final android.graphics.Region touchableRegion;
}
- public static class VoiceInteractionSession.Request {
- method public void sendAbortVoiceResult(android.os.Bundle);
- method public void sendCancelResult();
- method public void sendCommandResult(boolean, android.os.Bundle);
- method public void sendCompleteVoiceResult(android.os.Bundle);
- method public void sendConfirmResult(boolean, android.os.Bundle);
- }
-
public abstract class VoiceInteractionSessionService extends android.app.Service {
ctor public VoiceInteractionSessionService();
method public android.os.IBinder onBind(android.content.Intent);