Searched refs:testChannelSet_sorted (Results 1 – 1 of 1) sorted by relevance
254 HashSet<Pair<Integer, Integer>> testChannelSet_sorted = new HashSet<>(); in testConvertToProtoBuffer() local255 testChannelSet_sorted.add(new Pair(1112, 1133)); in testConvertToProtoBuffer()256 testChannelSet_sorted.add(new Pair(4370, 4376)); in testConvertToProtoBuffer()257 testChannelSet_sorted.add(new Pair(2345, 2900)); in testConvertToProtoBuffer()258 testChannelSet_sorted.add(new Pair(4370, 4375)); in testConvertToProtoBuffer()259 testChannelSet_sorted.add(new Pair(1112, 1199)); in testConvertToProtoBuffer()260 testChannelSet_sorted.add(new Pair(9000, 9000)); in testConvertToProtoBuffer()261 testChannelSet_sorted.add(new Pair(1112, 1111)); in testConvertToProtoBuffer()280 .convertToProtoBuffer(testChannelSet_sorted); in testConvertToProtoBuffer()