Home
last modified time | relevance | path

Searched refs:testChannelSet1 (Results 1 – 1 of 1) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastReceiverMetricsTest.java245 HashSet<Pair<Integer, Integer>> testChannelSet1 = new HashSet<>(); in testConvertToProtoBuffer() local
246 testChannelSet1.add(new Pair(4370, 4375)); in testConvertToProtoBuffer()
247 testChannelSet1.add(new Pair(9000, 9000)); in testConvertToProtoBuffer()
248 testChannelSet1.add(new Pair(1112, 1133)); in testConvertToProtoBuffer()
249 testChannelSet1.add(new Pair(4370, 4376)); in testConvertToProtoBuffer()
250 testChannelSet1.add(new Pair(2345, 2900)); in testConvertToProtoBuffer()
251 testChannelSet1.add(new Pair(1112, 1199)); in testConvertToProtoBuffer()
252 testChannelSet1.add(new Pair(1112, 1111)); in testConvertToProtoBuffer()
264 .convertToProtoBuffer(testChannelSet1); in testConvertToProtoBuffer()
277 assertTrue(testChannelSet1.equals(testChannelSet2)); in testConvertToProtoBuffer()
[all …]