xref: /aosp_15_r20/prebuilts/sdk/34/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 public BatchedScanResult();
6    ctor public BatchedScanResult(android.net.wifi.BatchedScanResult);
7    field public final java.util.List<android.net.wifi.ScanResult> scanResults;
8    field public boolean truncated;
9  }
10
11  public final class ScanResult implements android.os.Parcelable {
12    field public boolean untrusted;
13  }
14
15}
16
17