Searched refs:ssidList (Results 1 – 3 of 3) sorted by relevance
541 public void setSsids(Set<String> ssidList) { in setSsids() argument542 mBlacklistedSsids.addAll(ssidList); in setSsids()
1433 List<String> ssidList = new ArrayList<>(); in parseSpExclusionList() local1435 ssidList.add(parseSpExclusionInstance(child)); in parseSpExclusionList()1437 return ssidList.toArray(new String[ssidList.size()]); in parseSpExclusionList()
2286 Set<String> ssidList = new HashSet<>(); in testShouldUseAggressiveRandomizationPasspoint() local2287 ssidList.add(c.SSID); in testShouldUseAggressiveRandomizationPasspoint()2289 .thenReturn(ssidList); in testShouldUseAggressiveRandomizationPasspoint()2295 ssidList.clear(); in testShouldUseAggressiveRandomizationPasspoint()2296 ssidList.add(c.FQDN); in testShouldUseAggressiveRandomizationPasspoint()2478 Set<String> ssidList = new HashSet<>(); in setUpWifiConfigurationForAggressiveRandomization() local2479 ssidList.add(c.SSID); in setUpWifiConfigurationForAggressiveRandomization()2481 .thenReturn(ssidList); in setUpWifiConfigurationForAggressiveRandomization()