Searched refs:matchingScanResults (Results 1 – 1 of 1) sorted by relevance
1090 List<ScanResult> matchingScanResults = scanResultsPerNetworkType.computeIfAbsent( in getAllMatchingPasspointProfilesForScanResults() local1092 matchingScanResults.add(scanResult); in getAllMatchingPasspointProfilesForScanResults()1134 List<ScanResult> matchingScanResults = osuProviders.get(provider); in getMatchingOsuProviders() local1135 if (matchingScanResults == null) { in getMatchingOsuProviders()1136 matchingScanResults = new ArrayList<>(); in getMatchingOsuProviders()1137 osuProviders.put(provider, matchingScanResults); in getMatchingOsuProviders()1139 matchingScanResults.add(scanResult); in getMatchingOsuProviders()