Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
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()
DCellBroadcastReceiverTest.java365 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, enable); in testTryCdmaSetCatergory()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSearchIndexableProvider.java207 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS; in queryNonIndexableKeys()
224 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS; in queryNonIndexableKeys()
DCellBroadcastSettings.java103 public static final String KEY_ENABLE_CMAS_AMBER_ALERTS = "enable_cmas_amber_alerts"; field in CellBroadcastSettings
250 findPreference(KEY_ENABLE_CMAS_AMBER_ALERTS); in onCreatePreferences()
DCellBroadcastConfigService.java152 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true); in enableCellBroadcastChannels()
DCellBroadcastReceiver.java413 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, enable).apply(); in tryCdmaSetCategory()
DCellBroadcastAlertService.java464 .getBoolean(CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, true); in isChannelEnabled()