blob: 35f9726d30fc790959bf9b83902dd550d2f1d215 [file] [log] [blame]
Anton Hanssonbb61f962020-01-17 19:03:34 +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 class ScanResult implements android.os.Parcelable {
12 field public boolean untrusted;
13 }
14
15}
16