Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java123 public static final String KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS = field in CellBroadcastSettings
253 .remove(KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS) in resetAllPreferences()
352 findPreference(KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS); in initPreferences()
1047 case KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS: in getResourcesIdForDefaultPrefValue()
DCellBroadcastSearchIndexableProvider.java216 CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS; in queryNonIndexableKeys()
DCellBroadcastReceiver.java710 CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, enable) in tryCdmaSetCategory()
DCellBroadcastConfigService.java289 CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, true)); in getCellBroadcastChannelsConfig()
DCellBroadcastAlertService.java605 subId, CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, in isChannelEnabled()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastConfigServiceTest.java261 setPreference(CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, true); in testEnablingChannelsDefault()
421 setPreference(CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, true); in testEnablingSevere()
437 setPreference(CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, false); in testEnablingSevere()
453 setPreference(CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, true); in testEnablingSevere()
866 setPreference(CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, false); in testEnableCellBroadcastRoamingChannelsAsNeeded()
DCellBroadcastBootupConfigTest.java150 CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, in testConfiguration()
DCellBroadcastReceiverTest.java456 CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, !enable)) in testTryCdmaSetCatergory()