Searched refs:CellBroadcastSettings (Results 1 – 9 of 9) sorted by relevance
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastSearchIndexableProvider.java | 47 CellBroadcastSettings.class.getName(), 97 CellBroadcastSettings.KEY_ENABLE_EMERGENCY_ALERTS; in queryNonIndexableKeys() 102 CellBroadcastSettings.KEY_ALERT_SOUND_DURATION; in queryNonIndexableKeys() 107 CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH; in queryNonIndexableKeys() 113 CellBroadcastSettings.KEY_CATEGORY_ETWS_SETTINGS; in queryNonIndexableKeys() 121 CellBroadcastSettings.KEY_ENABLE_CMAS_EXTREME_THREAT_ALERTS; in queryNonIndexableKeys() 126 CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS; in queryNonIndexableKeys() 131 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS; in queryNonIndexableKeys() 149 CellBroadcastSettings.KEY_CATEGORY_BRAZIL_SETTINGS; in queryNonIndexableKeys() 156 CellBroadcastSettings.KEY_CATEGORY_DEV_SETTINGS; in queryNonIndexableKeys()
|
D | CellBroadcastAlertService.java | 284 getBoolean(CellBroadcastSettings.KEY_ENABLE_EMERGENCY_ALERTS, true); in isMessageEnabledByUser() 288 CellBroadcastSettings.isEtwsCmasTestMessageForcedDisabled(this); in isMessageEnabledByUser() 294 .getBoolean(CellBroadcastSettings.KEY_ENABLE_ETWS_TEST_ALERTS, false); in isMessageEnabledByUser() 309 CellBroadcastSettings.KEY_ENABLE_CMAS_EXTREME_THREAT_ALERTS, true); in isMessageEnabledByUser() 314 CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, true); in isMessageEnabledByUser() 319 .getBoolean(CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true); in isMessageEnabledByUser() 327 .getBoolean(CellBroadcastSettings.KEY_ENABLE_CMAS_TEST_ALERTS, in isMessageEnabledByUser() 374 CellBroadcastSettings.KEY_ALERT_SOUND_DURATION, in openEmergencyAlertNotification() 375 CellBroadcastSettings.ALERT_SOUND_DEFAULT_DURATION)) * 1000; in openEmergencyAlertNotification() 386 prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_ALERT_VIBRATE, true)); in openEmergencyAlertNotification() [all …]
|
D | CellBroadcastConfigService.java | 236 CellBroadcastSettings.KEY_ENABLE_EMERGENCY_ALERTS, true); in setCellBroadcastOnSub() 261 CellBroadcastSettings.KEY_ENABLE_CMAS_EXTREME_THREAT_ALERTS, true); in setCellBroadcastOnSub() 264 CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, true); in setCellBroadcastOnSub() 267 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true); in setCellBroadcastOnSub() 271 CellBroadcastSettings.isEtwsCmasTestMessageForcedDisabled(this); in setCellBroadcastOnSub() 275 prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_ETWS_TEST_ALERTS, false); in setCellBroadcastOnSub() 279 prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_CMAS_TEST_ALERTS, false); in setCellBroadcastOnSub() 288 prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_CHANNEL_50_ALERTS, true); in setCellBroadcastOnSub()
|
D | CellBroadcastReceiver.java | 156 CellBroadcastSettings.KEY_ENABLE_CMAS_EXTREME_THREAT_ALERTS, enable) in tryCdmaSetCategory() 162 CellBroadcastSettings.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, enable) in tryCdmaSetCategory() 168 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, enable).apply(); in tryCdmaSetCategory() 173 CellBroadcastSettings.KEY_ENABLE_CMAS_TEST_ALERTS, enable).apply(); in tryCdmaSetCategory()
|
D | CellBroadcastOptOutActivity.java | 61 Intent intent = new Intent(activity, CellBroadcastSettings.class); in showOptOutDialog()
|
D | CellBroadcastAlertFullScreen.java | 440 if (prefs.getBoolean(CellBroadcastSettings.KEY_SHOW_CMAS_OPT_OUT_DIALOG, true)) { in dismiss() 442 prefs.edit().putBoolean(CellBroadcastSettings.KEY_SHOW_CMAS_OPT_OUT_DIALOG, false) in dismiss()
|
D | CellBroadcastAlertReminder.java | 110 String prefStr = prefs.getString(CellBroadcastSettings.KEY_ALERT_REMINDER_INTERVAL, null); in queueAlertReminder()
|
D | CellBroadcastListActivity.java | 225 Intent intent = new Intent(getActivity(), CellBroadcastSettings.class); in onOptionsItemSelected()
|
D | CellBroadcastSettings.java | 40 public class CellBroadcastSettings extends PreferenceActivity { class
|