Snap for 12616459 from 67e0c7f603fa1ed388688ed3d2db144def80d740 to 25Q1-release

Change-Id: I977dd53bcb7b91396e8b44226c8557bb3d9d66dc
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 {