Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastReceiverMetrics.java139 mDnDChannelSet = getChannelSetFromString(strOverrideDnD); in FeatureMetrics()
466 public HashSet<Pair<Integer, Integer>> getChannelSetFromString(String strChannelRange) { in getChannelSetFromString() method in CellBroadcastReceiverMetrics
502 mConfigUpdatedCachedChannelSet = getChannelSetFromString( in onConfigUpdated()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastReceiverMetricsTest.java331 outChSet1 = CellBroadcastReceiverMetrics.getInstance().getChannelSetFromString(inString1); in testGetChannelSetFromString()
344 outChSet2 = CellBroadcastReceiverMetrics.getInstance().getChannelSetFromString(inString2); in testGetChannelSetFromString()
363 CellBroadcastReceiverMetrics.getInstance().getChannelSetFromString(outStr); in testGetStringFromChannelSet()