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/
CellBroadcastSearchIndexableProvider.java
131
CellBroadcastSettings.
KEY_ENABLE_CMAS_AMBER_ALERTS
;
CellBroadcastSettings.java
74
public static final String
KEY_ENABLE_CMAS_AMBER_ALERTS
= "enable_cmas_amber_alerts";
154
findPreference(
KEY_ENABLE_CMAS_AMBER_ALERTS
);
CellBroadcastReceiver.java
168
CellBroadcastSettings.
KEY_ENABLE_CMAS_AMBER_ALERTS
, enable).apply();
CellBroadcastAlertService.java
319
.getBoolean(CellBroadcastSettings.
KEY_ENABLE_CMAS_AMBER_ALERTS
, true);
CellBroadcastConfigService.java
267
CellBroadcastSettings.
KEY_ENABLE_CMAS_AMBER_ALERTS
, true);
Completed in 106 milliseconds