Searched refs:KEY_ENABLE_CMAS_AMBER_ALERTS (Results 1 – 8 of 8) sorted by relevance
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastSearchIndexableProvider.java | 223 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS; in queryNonIndexableKeys() 240 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS; in queryNonIndexableKeys()
|
D | CellBroadcastSettings.java | 127 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()
|
D | CellBroadcastReceiver.java | 716 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, enable).apply(); in tryCdmaSetCategory()
|
D | CellBroadcastConfigService.java | 294 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true)); in getCellBroadcastChannelsConfig()
|
D | CellBroadcastAlertService.java | 610 subId, CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, in isChannelEnabled()
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastConfigServiceTest.java | 262 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()
|
D | CellBroadcastBootupConfigTest.java | 151 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, in testConfiguration()
|
D | CellBroadcastReceiverTest.java | 462 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, !enable)) in testTryCdmaSetCatergory()
|