Searched defs:BatchedScanResult (Results 1 - 1 of 1) sorted by path

/frameworks/base/wifi/java/android/net/wifi/
H A DBatchedScanResult.java31 public class BatchedScanResult implements Parcelable { class in inherits:Parcelable
32 private static final String TAG = "BatchedScanResult";
41 public BatchedScanResult() { method in class:BatchedScanResult
44 public BatchedScanResult(BatchedScanResult source) { method in class:BatchedScanResult
53 sb.append("BatchedScanResult: ").
78 public static final Creator<BatchedScanResult> CREATOR =
79 new Creator<BatchedScanResult>() {
80 public BatchedScanResult createFromParcel(Parcel in) {
81 BatchedScanResult resul
[all...]

Completed in 111 milliseconds