summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2023-11-29 22:46:51 +0000
committerPaul Duffin <paulduffin@google.com>2023-11-29 22:46:51 +0000
commit8c1f2ad8ad111ed6f43cfb1b4c1fd7f41f1d706c (patch)
treed35a32f0556dedcfa29e2206808bf978cd583e1b
parent258f9221d5dde5c9b06c8cc4d87a6d1e507465c4 (diff)
downloadsdk-8c1f2ad8ad111ed6f43cfb1b4c1fd7f41f1d706c.tar.gz
Add missing method overrides to previously released API
Applies corrections that were applied to the current API files to the previously released API files to avoid those additional methods being incorrectly treated as new methods when they did exist in previous versions. This applies the corrections that were added to the current API files in: * https://r.android.com/2700373 Test: m checkapi Bug: 299366704 Change-Id: I3d7abf2d6d8b51e98321f46d584b398fa609898c
-rw-r--r--extensions/7/system/api/android.net.ipsec.ike.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/7/system/api/android.net.ipsec.ike.txt b/extensions/7/system/api/android.net.ipsec.ike.txt
index f354230ab..9a412cc7b 100644
--- a/extensions/7/system/api/android.net.ipsec.ike.txt
+++ b/extensions/7/system/api/android.net.ipsec.ike.txt
@@ -5,6 +5,12 @@ package android.net.eap {
method @Deprecated @Nullable public android.net.eap.EapSessionConfig.EapMsChapV2Config getEapMsChapV2onfig();
}
+ public static class EapSessionConfig.EapAkaConfig extends android.net.eap.EapSessionConfig.EapUiccConfig {
+ }
+
+ public static class EapSessionConfig.EapSimConfig extends android.net.eap.EapSessionConfig.EapUiccConfig {
+ }
+
@Deprecated public abstract static class EapSessionConfig.EapUiccConfig extends android.net.eap.EapSessionConfig.EapMethodConfig {
method @Deprecated public int getAppType();
method @Deprecated public int getSubId();