OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_ENABLE_ETWS_TEST_ALERTS
(Results
1 - 3
of
3
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSettings.java
72
public static final String
KEY_ENABLE_ETWS_TEST_ALERTS
= "enable_etws_test_alerts";
202
Preference enableEtwsAlerts = findPreference(
KEY_ENABLE_ETWS_TEST_ALERTS
);
CellBroadcastConfigService.java
166
CellBroadcastSettings.
KEY_ENABLE_ETWS_TEST_ALERTS
, false);
CellBroadcastAlertService.java
233
.getBoolean(CellBroadcastSettings.
KEY_ENABLE_ETWS_TEST_ALERTS
, false);
Completed in 23 milliseconds