Searched refs:scanResultsPerNetworkType (Results 1 – 2 of 2) sorted by relevance
1052 Map<Integer, List<ScanResult>> scanResultsPerNetworkType = in getAllMatchingPasspointProfilesForScanResults() local1055 List<ScanResult> matchingScanResults = scanResultsPerNetworkType.computeIfAbsent( in getAllMatchingPasspointProfilesForScanResults()
1554 Map<Integer, List<ScanResult>> scanResultsPerNetworkType = in getAllMatchingWifiConfigs() local1556 if (scanResultsPerNetworkType != null) { in getAllMatchingWifiConfigs()1557 configs.add(Pair.create(configuration, scanResultsPerNetworkType)); in getAllMatchingWifiConfigs()