Merge "Add accessor for buckets scanned in ScanData" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
396884ca84
@@ -322,6 +322,11 @@ public class WifiScanner {
|
||||
return mFlags;
|
||||
}
|
||||
|
||||
/** {@hide} */
|
||||
public int getBucketsScanned() {
|
||||
return mBucketsScanned;
|
||||
}
|
||||
|
||||
public ScanResult[] getResults() {
|
||||
return mResults;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user