Merge 24Q4 (ab/12406339) into aosp-main-future
Bug: 370570306
Merged-In: I77ebad9cf6ea19bd1887cf4f23e01b2d86c85c4d
Change-Id: I97c70a674ee16edf0a9efd50f2f962e9205e976a
diff --git a/current/sdk_library/system/framework-wifi-removed.txt b/current/sdk_library/system/framework-wifi-removed.txt
index 0c469bc..3d804d9 100644
--- a/current/sdk_library/system/framework-wifi-removed.txt
+++ b/current/sdk_library/system/framework-wifi-removed.txt
@@ -2,12 +2,12 @@
package android.net.wifi {
@Deprecated public class BatchedScanResult implements android.os.Parcelable {
- ctor public BatchedScanResult();
- ctor public BatchedScanResult(android.net.wifi.BatchedScanResult);
- method public int describeContents();
- method public void writeToParcel(android.os.Parcel, int);
- field public final java.util.List<android.net.wifi.ScanResult> scanResults;
- field public boolean truncated;
+ ctor @Deprecated public BatchedScanResult();
+ ctor @Deprecated public BatchedScanResult(android.net.wifi.BatchedScanResult);
+ method @Deprecated public int describeContents();
+ method @Deprecated public void writeToParcel(android.os.Parcel, int);
+ field @Deprecated public final java.util.List<android.net.wifi.ScanResult> scanResults;
+ field @Deprecated public boolean truncated;
}
public final class ScanResult implements android.os.Parcelable {