2020-01-17 19:03:34 +00:00
|
|
|
// 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;
|
|
|
|
}
|
|
|
|
|
2020-03-18 20:07:05 +00:00
|
|
|
public final class ScanResult implements android.os.Parcelable {
|
2020-01-17 19:03:34 +00:00
|
|
|
field public boolean untrusted;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|