Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastReceiverMetricsTest.java337 HashSet<Pair<Integer, Integer>> compareChSet2 = new HashSet<>(); in testGetChannelSetFromString() local
339 compareChSet2.add(new Pair(4370, 4380)); in testGetChannelSetFromString()
340 compareChSet2.add(new Pair(4370, 4380)); in testGetChannelSetFromString()
341 compareChSet2.add(new Pair(50, 50)); in testGetChannelSetFromString()
342 compareChSet2.add(new Pair(50, 50)); in testGetChannelSetFromString()
346 assertTrue(outChSet2.equals(compareChSet2)); in testGetChannelSetFromString()