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    method public int describeContents();
8    method public void writeToParcel(android.os.Parcel, int);
9    field public final java.util.List<android.net.wifi.ScanResult> scanResults;
10    field public boolean truncated;
11  }
12
13  public final class ScanResult implements android.os.Parcelable {
14    field public boolean untrusted;
15  }
16
17}
18
19