Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java39 public static final String KEY_ENABLE_EMERGENCY_ALERTS = "enable_emergency_alerts"; field in CellBroadcastSettings
171 Preference enablePwsAlerts = findPreference(KEY_ENABLE_EMERGENCY_ALERTS); in onCreate()
190 alertCategory.removePreference(findPreference(KEY_ENABLE_EMERGENCY_ALERTS)); in onCreate()
DCellBroadcastSearchIndexableProvider.java96 CellBroadcastSettings.KEY_ENABLE_EMERGENCY_ALERTS; in queryNonIndexableKeys()
DCellBroadcastConfigService.java156 CellBroadcastSettings.KEY_ENABLE_EMERGENCY_ALERTS, true); in onHandleIntent()