Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastConfigService.java245 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
250 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
255 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
260 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
265 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
271 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
277 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
282 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
287 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
292 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
[all …]
DCellBroadcastSettings.java596 && !channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
602 && !channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
608 && !channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
615 && !channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
637 if (!channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
651 if (!channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
661 mEmergencyAlertsCheckBox.setVisible(!channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
668 && !channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
815 boolean isTestAlertsAvailable = !channelManager.getCellBroadcastChannelRanges( in isTestAlertsToggleVisible()
817 || (!channelManager.getCellBroadcastChannelRanges( in isTestAlertsToggleVisible()
[all …]
DCellBroadcastSearchIndexableProvider.java159 if (!channelManager.getCellBroadcastChannelRanges( in queryRawData()
164 if (!channelManager.getCellBroadcastChannelRanges( in queryRawData()
236 if (channelManager.getCellBroadcastChannelRanges( in queryNonIndexableKeys()
244 if (channelManager.getCellBroadcastChannelRanges( in queryNonIndexableKeys()
252 if (channelManager.getCellBroadcastChannelRanges( in queryNonIndexableKeys()
260 if (channelManager.getCellBroadcastChannelRanges( in queryNonIndexableKeys()
DCellBroadcastChannelManager.java322 public @NonNull ArrayList<CellBroadcastChannelRange> getCellBroadcastChannelRanges(int key) { in getCellBroadcastChannelRanges() method in CellBroadcastChannelManager
351 result.addAll(getCellBroadcastChannelRanges(key)); in getAllCellBroadcastChannelRanges()
379 ArrayList<CellBroadcastChannelRange> ranges = getCellBroadcastChannelRanges(key); in checkCellBroadcastChannelRange()
447 ranges = getCellBroadcastChannelRanges(key); in getCellBroadcastChannelRangeFromMessage()
482 getCellBroadcastChannelRanges(key); in isEmergencyMessage()
DCellBroadcastResources.java413 channelManager.getCellBroadcastChannelRanges( in getDialogTitleResource()
468 channelManager.getCellBroadcastChannelRanges( in getDialogPictogramResource()
DCellBroadcastAlertService.java489 ArrayList<CellBroadcastChannelRange> ranges = channelManager.getCellBroadcastChannelRanges( in isChannelEnabled()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastChannelManagerTest.java69 ArrayList<CellBroadcastChannelRange> list = channelManager.getCellBroadcastChannelRanges( in testGetCellBroadcastChannelRanges()