summaryrefslogtreecommitdiff
path: root/7/sdk_library/system/framework-wifi-removed.txt
blob: a2d0dff3e712fd3205fd586dc89362b4248be471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Signature format: 2.0
package android.net.wifi {

  @Deprecated public class BatchedScanResult implements android.os.Parcelable {
    ctor public BatchedScanResult();
    ctor public BatchedScanResult(android.net.wifi.BatchedScanResult);
    field public final java.util.List<android.net.wifi.ScanResult> scanResults;
    field public boolean truncated;
  }

  public final class ScanResult implements android.os.Parcelable {
    field public boolean untrusted;
  }

}