Searched refs:KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS (Results 1 – 8 of 8) sorted by relevance
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastSettings.java | 123 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()
|
D | CellBroadcastSearchIndexableProvider.java | 216 CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS; in queryNonIndexableKeys()
|
D | CellBroadcastReceiver.java | 710 CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, enable) in tryCdmaSetCategory()
|
D | CellBroadcastConfigService.java | 289 CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, true)); in getCellBroadcastChannelsConfig()
|
D | CellBroadcastAlertService.java | 605 subId, CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, in isChannelEnabled()
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastConfigServiceTest.java | 261 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()
|
D | CellBroadcastBootupConfigTest.java | 150 CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, in testConfiguration()
|
D | CellBroadcastReceiverTest.java | 456 CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, !enable)) in testTryCdmaSetCatergory()
|