Home
last modified time | relevance | path

Searched refs:KEY_ENABLE_CMAS_AMBER_ALERTS (Results 1 – 5 of 5) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java74 public static final String KEY_ENABLE_CMAS_AMBER_ALERTS = "enable_cmas_amber_alerts"; field in CellBroadcastSettings
154 findPreference(KEY_ENABLE_CMAS_AMBER_ALERTS); in onCreate()
DCellBroadcastSearchIndexableProvider.java131 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS; in queryNonIndexableKeys()
DCellBroadcastReceiver.java168 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, enable).apply(); in tryCdmaSetCategory()
DCellBroadcastConfigService.java267 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true); in setCellBroadcastOnSub()
DCellBroadcastAlertService.java319 .getBoolean(CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true); in isMessageEnabledByUser()