blob: a2d0dff3e712fd3205fd586dc89362b4248be471 [file] [log] [blame]
Mathew Inwood85fa7422021-05-26 15:19:50 +00001// 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