blob: 0c469bc13ad7ce4174dc2dd3860d69968c284b15 [file] [log] [blame] [edit]
// 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);
method public int describeContents();
method public void writeToParcel(android.os.Parcel, int);
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;
}
}