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.java179 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
184 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
189 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
194 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
199 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
206 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
210 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
215 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
220 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
225 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
[all …]
DCellBroadcastSettings.java439 && !channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
445 && !channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
451 && !channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
458 && !channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
468 mEmergencyAlertsCheckBox.setVisible(!channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
475 && !channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
601 boolean isTestAlertsAvailable = !channelManager.getCellBroadcastChannelRanges( in isTestAlertsToggleVisible()
603 || !channelManager.getCellBroadcastChannelRanges( in isTestAlertsToggleVisible()
605 || !channelManager.getCellBroadcastChannelRanges( in isTestAlertsToggleVisible()
607 || !channelManager.getCellBroadcastChannelRanges( in isTestAlertsToggleVisible()
DCellBroadcastSearchIndexableProvider.java143 if (!channelManager.getCellBroadcastChannelRanges( in queryRawData()
148 if (!channelManager.getCellBroadcastChannelRanges( in queryRawData()
211 if (channelManager.getCellBroadcastChannelRanges( in queryNonIndexableKeys()
219 if (channelManager.getCellBroadcastChannelRanges( in queryNonIndexableKeys()
227 if (channelManager.getCellBroadcastChannelRanges( in queryNonIndexableKeys()
235 if (channelManager.getCellBroadcastChannelRanges( in queryNonIndexableKeys()
DCellBroadcastChannelManager.java247 public @NonNull ArrayList<CellBroadcastChannelRange> getCellBroadcastChannelRanges(int key) { in getCellBroadcastChannelRanges() method in CellBroadcastChannelManager
274 result.addAll(getCellBroadcastChannelRanges(key)); in getAllCellBroadcastChannelRanges()
289 ArrayList<CellBroadcastChannelRange> ranges = getCellBroadcastChannelRanges(key); in checkCellBroadcastChannelRange()
357 ranges = getCellBroadcastChannelRanges(key); in getCellBroadcastChannelRangeFromMessage()
392 getCellBroadcastChannelRanges(key); in isEmergencyMessage()
DCellBroadcastResources.java363 channelManager.getCellBroadcastChannelRanges( in getDialogTitleResource()
418 channelManager.getCellBroadcastChannelRanges( in getDialogPictogramResource()
DCellBroadcastAlertService.java397 ArrayList<CellBroadcastChannelRange> ranges = channelManager.getCellBroadcastChannelRanges( in isChannelEnabled()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastChannelManagerTest.java66 ArrayList<CellBroadcastChannelRange> list = channelManager.getCellBroadcastChannelRanges( in testGetCellBroadcastChannelRanges()