Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSearchIndexableProvider.java223 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS; in queryNonIndexableKeys()
240 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS; in queryNonIndexableKeys()
DCellBroadcastSettings.java127 public static final String KEY_ENABLE_CMAS_AMBER_ALERTS = "enable_cmas_amber_alerts"; field in CellBroadcastSettings
254 .remove(KEY_ENABLE_CMAS_AMBER_ALERTS) in resetAllPreferences()
354 findPreference(KEY_ENABLE_CMAS_AMBER_ALERTS); in initPreferences()
1049 case KEY_ENABLE_CMAS_AMBER_ALERTS: in getResourcesIdForDefaultPrefValue()
DCellBroadcastReceiver.java716 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, enable).apply(); in tryCdmaSetCategory()
DCellBroadcastConfigService.java294 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true)); in getCellBroadcastChannelsConfig()
DCellBroadcastAlertService.java610 subId, CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, in isChannelEnabled()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastConfigServiceTest.java262 setPreference(CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true); in testEnablingChannelsDefault()
477 setPreference(CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true); in testEnablingAmber()
493 setPreference(CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, false); in testEnablingAmber()
509 setPreference(CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true); in testEnablingAmber()
867 setPreference(CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, false); in testEnableCellBroadcastRoamingChannelsAsNeeded()
DCellBroadcastBootupConfigTest.java151 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, in testConfiguration()
DCellBroadcastReceiverTest.java462 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, !enable)) in testTryCdmaSetCatergory()