summaryrefslogtreecommitdiffstats
path: root/system-api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2015-06-01 16:12:22 -0700
committerDianne Hackborn <hackbod@google.com>2015-06-01 16:12:22 -0700
commit4b2e13ee05bd02115da9e14072227cce3bd9edbf (patch)
tree433ab9c15966c981dd37c5bd94a195f27eb359ba /system-api
parent1a592605ea9526f503fa845081c772f9a094ec70 (diff)
downloadprebuilts_sdk-4b2e13ee05bd02115da9e14072227cce3bd9edbf.zip
prebuilts_sdk-4b2e13ee05bd02115da9e14072227cce3bd9edbf.tar.gz
prebuilts_sdk-4b2e13ee05bd02115da9e14072227cce3bd9edbf.tar.bz2
Update changing APIs.
Change-Id: I59e95fc9e3e8c2473ba1f7063c56775251502876
Diffstat (limited to 'system-api')
-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);