OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CellBroadcastSettings
(Results
1 - 9
of
9
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSearchIndexableProvider.java
47
CellBroadcastSettings
.class.getName(),
97
CellBroadcastSettings
.KEY_ENABLE_EMERGENCY_ALERTS;
102
CellBroadcastSettings
.KEY_ENABLE_ALERT_SPEECH;
108
CellBroadcastSettings
.KEY_CATEGORY_ETWS_SETTINGS;
116
CellBroadcastSettings
.KEY_ENABLE_CMAS_EXTREME_THREAT_ALERTS;
121
CellBroadcastSettings
.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS;
126
CellBroadcastSettings
.KEY_ENABLE_CMAS_AMBER_ALERTS;
144
CellBroadcastSettings
.KEY_CATEGORY_BRAZIL_SETTINGS;
151
CellBroadcastSettings
.KEY_CATEGORY_DEV_SETTINGS;
CellBroadcastConfigService.java
140
CellBroadcastSettings
.KEY_ENABLE_EMERGENCY_ALERTS, true);
149
CellBroadcastSettings
.KEY_ENABLE_CMAS_EXTREME_THREAT_ALERTS, true);
152
CellBroadcastSettings
.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, true);
155
CellBroadcastSettings
.KEY_ENABLE_CMAS_AMBER_ALERTS, true);
159
CellBroadcastSettings
.isFeatureEnabled(this,
164
prefs.getBoolean(
CellBroadcastSettings
.KEY_ENABLE_ETWS_TEST_ALERTS, false);
168
prefs.getBoolean(
CellBroadcastSettings
.KEY_ENABLE_CMAS_TEST_ALERTS, false);
177
prefs.getBoolean(
CellBroadcastSettings
.KEY_ENABLE_CHANNEL_50_ALERTS, true);
CellBroadcastAlertService.java
290
getBoolean(
CellBroadcastSettings
.KEY_ENABLE_EMERGENCY_ALERTS, true);
294
CellBroadcastSettings
.isFeatureEnabled(this,
301
.getBoolean(
CellBroadcastSettings
.KEY_ENABLE_ETWS_TEST_ALERTS, false);
316
CellBroadcastSettings
.KEY_ENABLE_CMAS_EXTREME_THREAT_ALERTS, true);
321
CellBroadcastSettings
.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, true);
326
.getBoolean(
CellBroadcastSettings
.KEY_ENABLE_CMAS_AMBER_ALERTS, true);
334
.getBoolean(
CellBroadcastSettings
.KEY_ENABLE_CMAS_TEST_ALERTS,
401
prefs.getBoolean(
CellBroadcastSettings
.KEY_ENABLE_ALERT_VIBRATE, true));
419
if (prefs.getBoolean(
CellBroadcastSettings
.KEY_ENABLE_ALERT_SPEECH, true)) {
CellBroadcastReceiver.java
136
CellBroadcastSettings
.KEY_ALERT_REMINDER_INTERVAL, newIntervalDefault);
187
CellBroadcastSettings
.KEY_ENABLE_CMAS_EXTREME_THREAT_ALERTS, enable)
193
CellBroadcastSettings
.KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS, enable)
199
CellBroadcastSettings
.KEY_ENABLE_CMAS_AMBER_ALERTS, enable).apply();
204
CellBroadcastSettings
.KEY_ENABLE_CMAS_TEST_ALERTS, enable).apply();
CellBroadcastOptOutActivity.java
61
Intent intent = new Intent(activity,
CellBroadcastSettings
.class);
CellBroadcastAlertReminder.java
110
String prefStr = prefs.getString(
CellBroadcastSettings
.KEY_ALERT_REMINDER_INTERVAL, null);
CellBroadcastSettings.java
40
public class
CellBroadcastSettings
extends PreferenceActivity {
42
private static final String TAG = "
CellBroadcastSettings
";
195
boolean forceDisableEtwsCmasTest =
CellBroadcastSettings
.isFeatureEnabled(getContext(),
CellBroadcastAlertFullScreen.java
459
if (prefs.getBoolean(
CellBroadcastSettings
.KEY_SHOW_CMAS_OPT_OUT_DIALOG, true)) {
461
prefs.edit().putBoolean(
CellBroadcastSettings
.KEY_SHOW_CMAS_OPT_OUT_DIALOG, false)
CellBroadcastListActivity.java
225
Intent intent = new Intent(getActivity(),
CellBroadcastSettings
.class);
Completed in 227 milliseconds