Searched refs:matchingScanResults (Results 1 – 1 of 1) sorted by relevance
1055 List<ScanResult> matchingScanResults = scanResultsPerNetworkType.computeIfAbsent( in getAllMatchingPasspointProfilesForScanResults() local1057 matchingScanResults.add(scanResult); in getAllMatchingPasspointProfilesForScanResults()1099 List<ScanResult> matchingScanResults = osuProviders.get(provider); in getMatchingOsuProviders() local1100 if (matchingScanResults == null) { in getMatchingOsuProviders()1101 matchingScanResults = new ArrayList<>(); in getMatchingOsuProviders()1102 osuProviders.put(provider, matchingScanResults); in getMatchingOsuProviders()1104 matchingScanResults.add(scanResult); in getMatchingOsuProviders()