xref: /aosp_15_r20/prebuilts/sdk/33/system/api/framework-wifi-removed.txt (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
1*344a7f5eSAndroid Build Coastguard Worker// Signature format: 2.0
2*344a7f5eSAndroid Build Coastguard Workerpackage android.net.wifi {
3*344a7f5eSAndroid Build Coastguard Worker
4*344a7f5eSAndroid Build Coastguard Worker  @Deprecated public class BatchedScanResult implements android.os.Parcelable {
5*344a7f5eSAndroid Build Coastguard Worker    ctor public BatchedScanResult();
6*344a7f5eSAndroid Build Coastguard Worker    ctor public BatchedScanResult(android.net.wifi.BatchedScanResult);
7*344a7f5eSAndroid Build Coastguard Worker    field public final java.util.List<android.net.wifi.ScanResult> scanResults;
8*344a7f5eSAndroid Build Coastguard Worker    field public boolean truncated;
9*344a7f5eSAndroid Build Coastguard Worker  }
10*344a7f5eSAndroid Build Coastguard Worker
11*344a7f5eSAndroid Build Coastguard Worker  public final class ScanResult implements android.os.Parcelable {
12*344a7f5eSAndroid Build Coastguard Worker    field public boolean untrusted;
13*344a7f5eSAndroid Build Coastguard Worker  }
14*344a7f5eSAndroid Build Coastguard Worker
15*344a7f5eSAndroid Build Coastguard Worker}
16*344a7f5eSAndroid Build Coastguard Worker
17