Searched refs:ssidList (Results 1 – 3 of 3) sorted by relevance
571 public void setSsids(Set<String> ssidList) { in setSsids() argument572 mBlocklistedSsids.addAll(ssidList); in setSsids()
1441 List<String> ssidList = new ArrayList<>(); in parseSpExclusionList() local1443 ssidList.add(parseSpExclusionInstance(child)); in parseSpExclusionList()1445 return ssidList.toArray(new String[ssidList.size()]); in parseSpExclusionList()
2601 Set<String> ssidList = new HashSet<>(); in testShouldUseNonPersistentRandomizationPasspoint() local2602 ssidList.add(c.SSID); in testShouldUseNonPersistentRandomizationPasspoint()2604 .thenReturn(ssidList); in testShouldUseNonPersistentRandomizationPasspoint()2610 ssidList.clear(); in testShouldUseNonPersistentRandomizationPasspoint()2611 ssidList.add(c.FQDN); in testShouldUseNonPersistentRandomizationPasspoint()2904 Set<String> ssidList = new HashSet<>(); in setUpWifiConfigurationForNonPersistentRandomization() local2905 ssidList.add(c.SSID); in setUpWifiConfigurationForNonPersistentRandomization()2907 .thenReturn(ssidList); in setUpWifiConfigurationForNonPersistentRandomization()