Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastConfigServiceTest.java216 setPreference(CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true); in testEnablingChannelsDefault()
522 setPreference(CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true); in testEnablingAmber()
543 setPreference(CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, false); in testEnablingAmber()
564 setPreference(CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true); in testEnablingAmber()
H A DCellBroadcastBootupConfigTest.java145 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, in testConfiguration()
H A DCellBroadcastReceiverTest.java422 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, !enable)) in testTryCdmaSetCatergory()
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastSearchIndexableProvider.java223 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS; in queryNonIndexableKeys()
240 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS; in queryNonIndexableKeys()
H A DCellBroadcastSettings.java122 public static final String KEY_ENABLE_CMAS_AMBER_ALERTS = "enable_cmas_amber_alerts"; field in CellBroadcastSettings
239 .remove(KEY_ENABLE_CMAS_AMBER_ALERTS) in resetAllPreferences()
336 findPreference(KEY_ENABLE_CMAS_AMBER_ALERTS); in initPreferences()
H A DCellBroadcastConfigService.java189 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true); in enableCellBroadcastChannels()
H A DCellBroadcastReceiver.java526 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, enable).apply(); in tryCdmaSetCategory()
H A DCellBroadcastAlertService.java548 .getBoolean(CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true); in isChannelEnabled()