File
Doc
Category
Size
Date
Package
BatchedScanResult.java
API Doc
Android 5.1 API
623
Sat Mar 14 14:10:02 GMT 2015
android.net.wifi
BatchedScanResult
java.lang.Object
public class BatchedScanResult extends Object implements android.os.Parcelable
Fields Summary
public final List
scanResults
public boolean
truncated
Constructors Summary
public BatchedScanResult
()
throw new RuntimeException("Stub!");
public BatchedScanResult
(
BatchedScanResult
source)
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source