Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 396884ca authored by Mitchell Wills's avatar Mitchell Wills Committed by Android (Google) Code Review
Browse files

Merge "Add accessor for buckets scanned in ScanData" into nyc-dev

parents 3839ab1e d1f33cc9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -322,6 +322,11 @@ public class WifiScanner {
            return mFlags;
        }

        /** {@hide} */
        public int getBucketsScanned() {
            return mBucketsScanned;
        }

        public ScanResult[] getResults() {
            return mResults;
        }