Searched refs:BatchedScanResult (Results 1 – 3 of 3) sorted by relevance
34 public class BatchedScanResult implements Parcelable { class44 public BatchedScanResult() { in BatchedScanResult() method in BatchedScanResult47 public BatchedScanResult(BatchedScanResult source) { in BatchedScanResult() method in BatchedScanResult81 public static final @android.annotation.NonNull Creator<BatchedScanResult> CREATOR =82 new Creator<BatchedScanResult>() {83 public BatchedScanResult createFromParcel(Parcel in) {84 BatchedScanResult result = new BatchedScanResult();93 public BatchedScanResult[] newArray(int size) {94 return new BatchedScanResult[size];
4 @Deprecated public class BatchedScanResult implements android.os.Parcelable {5 ctor public BatchedScanResult();6 ctor public BatchedScanResult(android.net.wifi.BatchedScanResult);
369 Landroid/net/wifi/BatchedScanResult;->CREATOR:Landroid/os/Parcelable$Creator;370 Landroid/net/wifi/BatchedScanResult;->TAG:Ljava/lang/String;