Home | History | Annotate | Download | only in wifi

Lines Matching defs:scanResults

184             List<ScanResult> scanResults =
186 Set<ScanResultMatchInfo> matchInfos = toMatchInfos(scanResults);
225 /** Returns a list of ScanResults with DFS channels removed. */
226 private List<ScanResult> filterDfsScanResults(Collection<ScanResult> scanResults) {
236 return scanResults.stream()
268 * yet fully initialized, it adds the current scanResults to the lock and returns. If WakeupLock
276 * @param scanResults The scan results with which to update the controller
278 private void handleScanResults(Collection<ScanResult> scanResults) {
295 Set<ScanResultMatchInfo> matchInfos = toMatchInfos(scanResults);
303 ScanResult network = mWakeupEvaluator.findViableNetwork(scanResults, goodSavedNetworks);
312 * Converts ScanResults to ScanResultMatchInfos.
314 private static Set<ScanResultMatchInfo> toMatchInfos(Collection<ScanResult> scanResults) {
315 return scanResults.stream()