Searched refs:scanResultsPerNetworkType (Results 1 – 2 of 2) sorted by relevance
1087 Map<Integer, List<ScanResult>> scanResultsPerNetworkType = in getAllMatchingPasspointProfilesForScanResults() local1090 List<ScanResult> matchingScanResults = scanResultsPerNetworkType.computeIfAbsent( in getAllMatchingPasspointProfilesForScanResults()
2399 Map<Integer, List<ScanResult>> scanResultsPerNetworkType = in getAllMatchingWifiConfigs() local2401 if (scanResultsPerNetworkType != null) { in getAllMatchingWifiConfigs()2402 configs.add(Pair.create(configuration, scanResultsPerNetworkType)); in getAllMatchingWifiConfigs()