Searched refs:sortedScanResults (Results 1 – 1 of 1) sorted by relevance
182 ScanResult[] sortedScanResults = Arrays.copyOf(mScanResults, mScanResults.length); in ScanResults() local183 Arrays.sort(sortedScanResults, SCAN_RESULT_RSSI_COMPARATOR); in ScanResults()184 mRawScanData = new ScanData(id, 0, 0, bandScanned, sortedScanResults); in ScanResults()188 ScanResult[] reducedScanResults = Arrays.copyOf(sortedScanResults, in ScanResults()189 Math.min(sortedScanResults.length, maxResults)); in ScanResults()