Home
last modified time | relevance | path

Searched refs:KEY_ENABLE_EMERGENCY_ALERTS (Results 1 – 6 of 6) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java93 public static final String KEY_ENABLE_EMERGENCY_ALERTS = "enable_emergency_alerts"; field in CellBroadcastSettings
257 .remove(KEY_ENABLE_EMERGENCY_ALERTS) in resetAllPreferences()
362 findPreference(KEY_ENABLE_EMERGENCY_ALERTS); in initPreferences()
1039 case KEY_ENABLE_EMERGENCY_ALERTS: in getResourcesIdForDefaultPrefValue()
DCellBroadcastSearchIndexableProvider.java248 CellBroadcastSettings.KEY_ENABLE_EMERGENCY_ALERTS; in queryNonIndexableKeys()
DCellBroadcastConfigService.java337 : prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_EMERGENCY_ALERTS, true)); in getCellBroadcastChannelsConfig()
DCellBroadcastAlertService.java590 subId, CellBroadcastSettings.KEY_ENABLE_EMERGENCY_ALERTS, in isChannelEnabled()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastBootupConfigTest.java153 CellBroadcastSettings.KEY_ENABLE_EMERGENCY_ALERTS, in testConfiguration()
DCellBroadcastConfigServiceTest.java626 setPreference(CellBroadcastSettings.KEY_ENABLE_EMERGENCY_ALERTS, true); in testEnablingNonCmasMessages()
635 setPreference(CellBroadcastSettings.KEY_ENABLE_EMERGENCY_ALERTS, false); in testEnablingNonCmasMessages()
868 setPreference(CellBroadcastSettings.KEY_ENABLE_EMERGENCY_ALERTS, false); in testEnableCellBroadcastRoamingChannelsAsNeeded()