Searched refs:outputSet (Results 1 – 2 of 2) sorted by relevance
121 Set<String> outputSet = new HashSet<>(); in deserializeStringSet() local143 outputSet.add(currentString); in deserializeStringSet()146 return outputSet; in deserializeStringSet()169 Set<Integer> outputSet = new HashSet<>(); in deserializeIntegerSet() local190 outputSet.add(currentInt); in deserializeIntegerSet()193 return outputSet; in deserializeIntegerSet()
51 private void verifyOutput(Set<Integer> outputSet, String carrierName) throws JSONException { in verifyOutput() argument84 expectedChannels, outputSet); in verifyOutput()