Searched refs:scanResultsPerNetworkType (Results 1 – 2 of 2) sorted by relevance
953 Map<Integer, List<ScanResult>> scanResultsPerNetworkType = configs.get(config.FQDN); in getAllMatchingFqdnsForScanResults() local954 if (scanResultsPerNetworkType == null) { in getAllMatchingFqdnsForScanResults()955 scanResultsPerNetworkType = new HashMap<>(); in getAllMatchingFqdnsForScanResults()956 configs.put(config.FQDN, scanResultsPerNetworkType); in getAllMatchingFqdnsForScanResults()958 List<ScanResult> matchingScanResults = scanResultsPerNetworkType.get(type); in getAllMatchingFqdnsForScanResults()961 scanResultsPerNetworkType.put(type, matchingScanResults); in getAllMatchingFqdnsForScanResults()
1285 Map<Integer, List<ScanResult>> scanResultsPerNetworkType = results.get( in getAllMatchingWifiConfigs() local1287 if (scanResultsPerNetworkType != null) { in getAllMatchingWifiConfigs()1288 configs.add(Pair.create(configuration, scanResultsPerNetworkType)); in getAllMatchingWifiConfigs()