summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2023-11-23 17:13:20 +0000
committerPaul Duffin <paulduffin@google.com>2023-11-23 17:13:20 +0000
commitdd2e9c991e38c742173e81c7a5117954b196641e (patch)
tree60655efcaa2bfe673c8d16e9490ece1b65e75816
parent8b5b4f16e0a73030e344854c736fdfbb58980ed1 (diff)
downloadsdk-dd2e9c991e38c742173e81c7a5117954b196641e.tar.gz
Add missing method overrides to previously released API
The accompanying change in the topic adds some missing concrete overrides of abstract methods to the current API signature files. This change does the same for the corresponding previously released API files to avoid those additional methods being incorrectly treated as new methods when they did exist in previous versions. Test: m checkapi Bug: 299366704 Change-Id: Ifbbf9a0b90025aea5156dadc3ba12d41dabeb3e9
-rw-r--r--extensions/7/public/api/framework-wifi.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/7/public/api/framework-wifi.txt b/extensions/7/public/api/framework-wifi.txt
index f769b2487..0047d509c 100644
--- a/extensions/7/public/api/framework-wifi.txt
+++ b/extensions/7/public/api/framework-wifi.txt
@@ -373,6 +373,7 @@ package android.net.wifi {
method @NonNull public java.util.List<android.net.wifi.MloLink> getAffiliatedMloLinks();
method @Nullable public android.net.MacAddress getApMldMacAddress();
method @IntRange(from=android.net.wifi.MloLink.INVALID_MLO_LINK_ID, to=0xf) public int getApMloLinkId();
+ method public long getApplicableRedactions();
method @NonNull public java.util.List<android.net.wifi.MloLink> getAssociatedMloLinks();
method public String getBSSID();
method public int getCurrentSecurityType();