diff options
author | Barnaby James <bjames@google.com> | 2015-07-06 17:08:02 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-07-06 17:08:03 +0000 |
commit | 1cd768e07b88b00fdc13b99cc767ce22821ff8ae (patch) | |
tree | f6bb4abbe19abc1a0ac27b361c6a524e3da1f740 /system-api | |
parent | cd7bb939b86d4f469adddf05a2d25ede4cbe6250 (diff) | |
parent | c9100806df69d50ad25799faf09f3c496d1a6dfe (diff) | |
download | prebuilts_sdk-1cd768e07b88b00fdc13b99cc767ce22821ff8ae.zip prebuilts_sdk-1cd768e07b88b00fdc13b99cc767ce22821ff8ae.tar.gz prebuilts_sdk-1cd768e07b88b00fdc13b99cc767ce22821ff8ae.tar.bz2 |
Merge "Remove VIA methods that are hidden in API version 23." into mnc-dev
Diffstat (limited to 'system-api')
-rw-r--r-- | system-api/23.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/system-api/23.txt b/system-api/23.txt index 82a7ef5..1106856 100644 --- a/system-api/23.txt +++ b/system-api/23.txt @@ -5236,21 +5236,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); } |