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.java198 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
203 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
208 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
213 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
218 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
225 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
229 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
234 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
239 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
244 channelManager.getCellBroadcastChannelRanges( in enableCellBroadcastChannels()
[all …]
DCellBroadcastSettings.java447 && !channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
453 && !channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
459 && !channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
466 && !channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
476 mEmergencyAlertsCheckBox.setVisible(!channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
483 && !channelManager.getCellBroadcastChannelRanges( in updatePreferenceVisibility()
609 boolean isTestAlertsAvailable = !channelManager.getCellBroadcastChannelRanges( in isTestAlertsToggleVisible()
611 || !channelManager.getCellBroadcastChannelRanges( in isTestAlertsToggleVisible()
613 || !channelManager.getCellBroadcastChannelRanges( in isTestAlertsToggleVisible()
615 || !channelManager.getCellBroadcastChannelRanges( in isTestAlertsToggleVisible()
DCellBroadcastSearchIndexableProvider.java152 if (!channelManager.getCellBroadcastChannelRanges( in queryRawData()
157 if (!channelManager.getCellBroadcastChannelRanges( in queryRawData()
220 if (channelManager.getCellBroadcastChannelRanges( in queryNonIndexableKeys()
228 if (channelManager.getCellBroadcastChannelRanges( in queryNonIndexableKeys()
236 if (channelManager.getCellBroadcastChannelRanges( in queryNonIndexableKeys()
244 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.java365 channelManager.getCellBroadcastChannelRanges( in getDialogTitleResource()
420 channelManager.getCellBroadcastChannelRanges( in getDialogPictogramResource()
DCellBroadcastAlertService.java411 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()