Searched refs:uniqueIdSet (Results 1 – 3 of 3) sorted by relevance
184 for (List<String> uniqueIdSet : uniqueIdSets) { in offer()185 List<Integer> uniqueIdSetIntegers = getStringIdList(uniqueIdSet); in offer()187 newSets.add(uniqueIdSet); in offer()
1203 Set<String> uniqueIdSet = new HashSet<>(idList); in getWifiConfigsForPasspointProfiles() local1205 for (String uniqueId : uniqueIdSet) { in getWifiConfigsForPasspointProfiles()
1315 Set<String> uniqueIdSet = wifiConfigurationList in getWifiConfigsForPasspointProfiles() local1319 assertTrue(uniqueIdSet.contains(provider1.getConfig().getUniqueId())); in getWifiConfigsForPasspointProfiles()1320 assertTrue(uniqueIdSet.contains(provider4.getConfig().getUniqueId())); in getWifiConfigsForPasspointProfiles()