HomeSort by relevance Sort by last modified time
    Searched defs:BatchedScanResult (Results 1 - 2 of 2) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
BatchedScanResult.java 31 public class BatchedScanResult implements Parcelable {
32 private static final String TAG = "BatchedScanResult";
41 public BatchedScanResult() {
44 public BatchedScanResult(BatchedScanResult source) {
53 sb.append("BatchedScanResult: ").
78 public static final Creator<BatchedScanResult> CREATOR =
79 new Creator<BatchedScanResult>() {
80 public BatchedScanResult createFromParcel(Parcel in) {
81 BatchedScanResult result = new BatchedScanResult()
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 417 milliseconds