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

Commit d1f33cc9 authored by Mitchell Wills's avatar Mitchell Wills
Browse files

Add accessor for buckets scanned in ScanData

Bug: 27506257
Change-Id: I9f7ae27ef8416de5e1b00dc63ee458e9e2ba69ab
parent a04c532a
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;
        }