Home
last modified time | relevance | path

Searched refs:sortedScanResults (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanResults.java181 ScanResult[] sortedScanResults = Arrays.copyOf(mScanResults, mScanResults.length); in ScanResults() local
182 Arrays.sort(sortedScanResults, SCAN_RESULT_RSSI_COMPARATOR); in ScanResults()
183 mRawScanData = new ScanData(id, 0, 0, bandScanned, sortedScanResults); in ScanResults()
187 ScanResult[] reducedScanResults = Arrays.copyOf(sortedScanResults, in ScanResults()
188 Math.min(sortedScanResults.length, maxResults)); in ScanResults()