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.java953 Map<Integer, List<ScanResult>> scanResultsPerNetworkType = configs.get(config.FQDN); in getAllMatchingFqdnsForScanResults() local
954 if (scanResultsPerNetworkType == null) { in getAllMatchingFqdnsForScanResults()
955 scanResultsPerNetworkType = new HashMap<>(); in getAllMatchingFqdnsForScanResults()
956 configs.put(config.FQDN, scanResultsPerNetworkType); in getAllMatchingFqdnsForScanResults()
958 List<ScanResult> matchingScanResults = scanResultsPerNetworkType.get(type); in getAllMatchingFqdnsForScanResults()
961 scanResultsPerNetworkType.put(type, matchingScanResults); in getAllMatchingFqdnsForScanResults()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java1285 Map<Integer, List<ScanResult>> scanResultsPerNetworkType = results.get( in getAllMatchingWifiConfigs() local
1287 if (scanResultsPerNetworkType != null) { in getAllMatchingWifiConfigs()
1288 configs.add(Pair.create(configuration, scanResultsPerNetworkType)); in getAllMatchingWifiConfigs()