Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastReceiverMetricsTest.java254 HashSet<Pair<Integer, Integer>> testChannelSet_sorted = new HashSet<>(); in testConvertToProtoBuffer() local
255 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()