xref: /aosp_15_r20/prebuilts/sdk/35/system/api/framework-wifi-removed.txt (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
1// Signature format: 2.0
2package android.net.wifi {
3
4  @Deprecated public class BatchedScanResult implements android.os.Parcelable {
5    ctor @Deprecated public BatchedScanResult();
6    ctor @Deprecated public BatchedScanResult(android.net.wifi.BatchedScanResult);
7    method @Deprecated public int describeContents();
8    method @Deprecated public void writeToParcel(android.os.Parcel, int);
9    field @Deprecated public final java.util.List<android.net.wifi.ScanResult> scanResults;
10    field @Deprecated public boolean truncated;
11  }
12
13  public final class ScanResult implements android.os.Parcelable {
14    field public boolean untrusted;
15  }
16
17}
18
19