Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastReceiverMetricsTest.java284 HashSet<Pair<Integer, Integer>> testChannelSetEmpty1 = new HashSet<>(); in testConvertToProtoBuffer() local
287 .convertToProtoBuffer(testChannelSetEmpty1); in testConvertToProtoBuffer()
300 assertTrue(testChannelSetEmpty1.equals(testChannelSetEmpty2)); in testConvertToProtoBuffer()