OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_ENABLE_CMAS_AMBER_ALERTS
(Results
1 - 5
of
5
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSettings.java
70
public static final String
KEY_ENABLE_CMAS_AMBER_ALERTS
= "enable_cmas_amber_alerts";
144
findPreference(
KEY_ENABLE_CMAS_AMBER_ALERTS
);
CellBroadcastSearchIndexableProvider.java
126
CellBroadcastSettings.
KEY_ENABLE_CMAS_AMBER_ALERTS
;
CellBroadcastReceiver.java
199
CellBroadcastSettings.
KEY_ENABLE_CMAS_AMBER_ALERTS
, enable).apply();
CellBroadcastConfigService.java
155
CellBroadcastSettings.
KEY_ENABLE_CMAS_AMBER_ALERTS
, true);
CellBroadcastAlertService.java
326
.getBoolean(CellBroadcastSettings.
KEY_ENABLE_CMAS_AMBER_ALERTS
, true);
Completed in 216 milliseconds