summaryrefslogtreecommitdiffstats
path: root/system-api
diff options
context:
space:
mode:
authorBarnaby James <bjames@google.com>2015-07-01 15:57:15 -0700
committerBarnaby James <bjames@google.com>2015-07-01 15:57:15 -0700
commitc9100806df69d50ad25799faf09f3c496d1a6dfe (patch)
treeb894bdf48b70dc5a89a6c4d06eab8f376ff2735c /system-api
parente616deed93ea1962cb50ca91b63a7f07a8e08cef (diff)
downloadprebuilts_sdk-c9100806df69d50ad25799faf09f3c496d1a6dfe.zip
prebuilts_sdk-c9100806df69d50ad25799faf09f3c496d1a6dfe.tar.gz
prebuilts_sdk-c9100806df69d50ad25799faf09f3c496d1a6dfe.tar.bz2
Remove VIA methods that are hidden in API version 23.
Change-Id: I648bdc12fb969400288b547d6d7497cd4812c730
Diffstat (limited to 'system-api')
-rw-r--r--system-api/23.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/system-api/23.txt b/system-api/23.txt
index 6903439..8cfbb2a 100644
--- a/system-api/23.txt
+++ b/system-api/23.txt
@@ -5237,21 +5237,17 @@ package android.app {
}
public static class VoiceInteractor.AbortVoiceRequest extends android.app.VoiceInteractor.Request {
- ctor public VoiceInteractor.AbortVoiceRequest(java.lang.CharSequence, android.os.Bundle);
method public void onAbortResult(android.os.Bundle);
}
public static class VoiceInteractor.CommandRequest extends android.app.VoiceInteractor.Request {
- ctor public VoiceInteractor.CommandRequest(java.lang.String, android.os.Bundle);
}
public static class VoiceInteractor.CompleteVoiceRequest extends android.app.VoiceInteractor.Request {
- ctor public VoiceInteractor.CompleteVoiceRequest(java.lang.CharSequence, android.os.Bundle);
method public void onCompleteResult(android.os.Bundle);
}
public static class VoiceInteractor.ConfirmationRequest extends android.app.VoiceInteractor.Request {
- ctor public VoiceInteractor.ConfirmationRequest(java.lang.CharSequence, android.os.Bundle);
method public void onConfirmationResult(boolean, android.os.Bundle);
}