Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastReceiverMetricsTest.java336 HashSet<Pair<Integer, Integer>> outChSet2; in testGetChannelSetFromString() local
344 outChSet2 = CellBroadcastReceiverMetrics.getInstance().getChannelSetFromString(inString2); in testGetChannelSetFromString()
346 assertTrue(outChSet2.equals(compareChSet2)); in testGetChannelSetFromString()