Home
last modified time | relevance | path

Searched refs:scanResultsPerNetworkType (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java935 Map<Integer, List<ScanResult>> scanResultsPerNetworkType = configs.get(config.FQDN); in getAllMatchingFqdnsForScanResults() local
936 if (scanResultsPerNetworkType == null) { in getAllMatchingFqdnsForScanResults()
937 scanResultsPerNetworkType = new HashMap<>(); in getAllMatchingFqdnsForScanResults()
938 configs.put(config.FQDN, scanResultsPerNetworkType); in getAllMatchingFqdnsForScanResults()
940 List<ScanResult> matchingScanResults = scanResultsPerNetworkType.get(type); in getAllMatchingFqdnsForScanResults()
943 scanResultsPerNetworkType.put(type, matchingScanResults); in getAllMatchingFqdnsForScanResults()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java1253 Map<Integer, List<ScanResult>> scanResultsPerNetworkType = results.get( in getAllMatchingWifiConfigs() local
1255 if (scanResultsPerNetworkType != null) { in getAllMatchingWifiConfigs()
1256 configs.add(Pair.create(configuration, scanResultsPerNetworkType)); in getAllMatchingWifiConfigs()