OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CellBroadcastSettings
(Results
1 - 8
of
8
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigService.java
153
CellBroadcastSettings
.KEY_ENABLE_EMERGENCY_ALERTS, true);
162
prefs.getBoolean(
CellBroadcastSettings
.KEY_ENABLE_CHANNEL_50_ALERTS, true);
166
CellBroadcastSettings
.KEY_ENABLE_ETWS_TEST_ALERTS, false);
169
CellBroadcastSettings
.KEY_ENABLE_CMAS_EXTREME_THREAT_ALERTS, true);
172
CellBroadcastSettings
.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, true);
175
CellBroadcastSettings
.KEY_ENABLE_CMAS_AMBER_ALERTS, true);
178
CellBroadcastSettings
.KEY_ENABLE_CMAS_TEST_ALERTS, false);
CellBroadcastAlertService.java
226
.getBoolean(
CellBroadcastSettings
.KEY_ENABLE_ETWS_TEST_ALERTS, false);
233
CellBroadcastSettings
.KEY_ENABLE_CMAS_EXTREME_THREAT_ALERTS, true);
237
CellBroadcastSettings
.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, true);
241
.getBoolean(
CellBroadcastSettings
.KEY_ENABLE_CMAS_AMBER_ALERTS, true);
247
.getBoolean(
CellBroadcastSettings
.KEY_ENABLE_CMAS_TEST_ALERTS, false);
290
CellBroadcastSettings
.KEY_ALERT_SOUND_DURATION,
291
CellBroadcastSettings
.ALERT_SOUND_DEFAULT_DURATION)) * 1000;
302
prefs.getBoolean(
CellBroadcastSettings
.KEY_ENABLE_ALERT_VIBRATE, true));
307
if (prefs.getBoolean(
CellBroadcastSettings
.KEY_ENABLE_ALERT_SPEECH, true)) {
CellBroadcastOptOutActivity.java
61
Intent intent = new Intent(activity,
CellBroadcastSettings
.class);
CellBroadcastReceiver.java
153
CellBroadcastSettings
.KEY_ENABLE_CMAS_EXTREME_THREAT_ALERTS, enable)
159
CellBroadcastSettings
.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, enable)
165
CellBroadcastSettings
.KEY_ENABLE_CMAS_AMBER_ALERTS, enable).apply();
170
CellBroadcastSettings
.KEY_ENABLE_CMAS_TEST_ALERTS, enable).apply();
CellBroadcastAlertReminder.java
108
String prefStr = prefs.getString(
CellBroadcastSettings
.KEY_ALERT_REMINDER_INTERVAL, null);
CellBroadcastAlertFullScreen.java
439
if (prefs.getBoolean(
CellBroadcastSettings
.KEY_SHOW_CMAS_OPT_OUT_DIALOG, true)) {
441
prefs.edit().putBoolean(
CellBroadcastSettings
.KEY_SHOW_CMAS_OPT_OUT_DIALOG, false)
CellBroadcastListActivity.java
220
Intent intent = new Intent(getActivity(),
CellBroadcastSettings
.class);
CellBroadcastSettings.java
34
public class
CellBroadcastSettings
extends PreferenceActivity {
Completed in 45 milliseconds