OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_ENABLE_CMAS_TEST_ALERTS
(Results
1 - 4
of
4
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSettings.java
75
public static final String
KEY_ENABLE_CMAS_TEST_ALERTS
= "enable_cmas_test_alerts";
220
Preference enableCmasTestAlerts = findPreference(
KEY_ENABLE_CMAS_TEST_ALERTS
);
CellBroadcastConfigService.java
178
CellBroadcastSettings.
KEY_ENABLE_CMAS_TEST_ALERTS
, false);
CellBroadcastReceiver.java
170
CellBroadcastSettings.
KEY_ENABLE_CMAS_TEST_ALERTS
, enable).apply();
CellBroadcastAlertService.java
247
.getBoolean(CellBroadcastSettings.
KEY_ENABLE_CMAS_TEST_ALERTS
, false);
Completed in 120 milliseconds