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
80
public static final String
KEY_ENABLE_ETWS_TEST_ALERTS
= "enable_etws_test_alerts";
164
findPreference(
KEY_ENABLE_ETWS_TEST_ALERTS
);
CellBroadcastAlertService.java
294
.getBoolean(CellBroadcastSettings.
KEY_ENABLE_ETWS_TEST_ALERTS
, false);
CellBroadcastConfigService.java
275
prefs.getBoolean(CellBroadcastSettings.
KEY_ENABLE_ETWS_TEST_ALERTS
, false);
Completed in 58 milliseconds