• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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