FileDocCategorySizeDatePackage
BatchedScanResult.javaAPI DocAndroid 5.1 API623Sat Mar 14 14:10:02 GMT 2015android.net.wifi

BatchedScanResult.java

package android.net.wifi;
public class BatchedScanResult
  implements android.os.Parcelable
{
public  BatchedScanResult() { throw new RuntimeException("Stub!"); }
public  BatchedScanResult(android.net.wifi.BatchedScanResult source) { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public final java.util.List<android.net.wifi.ScanResult> scanResults;
public boolean truncated;
}