Home
last modified time | relevance | path

Searched refs:KEY_ENABLE_TEST_ALERTS (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastSettings.java125 public static final String KEY_ENABLE_TEST_ALERTS = "enable_test_alerts"; field in CellBroadcastSettings
247 .remove(KEY_ENABLE_TEST_ALERTS) in resetAllPreferences()
354 findPreference(KEY_ENABLE_TEST_ALERTS); in initPreferences()
H A DCellBroadcastAlertService.java476 .getBoolean(CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, false); in isChannelEnabled()
506 .getBoolean(CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, in isChannelEnabled()
574 .getBoolean(CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, in isChannelEnabled()
H A DCellBroadcastConfigService.java193 && prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, false); in enableCellBroadcastChannels()
H A DCellBroadcastSearchIndexableProvider.java271 CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS; in queryNonIndexableKeys()
H A DCellBroadcastReceiver.java531 CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, enable).apply(); in tryCdmaSetCategory()
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastReceiverTest.java428 CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, !enable)) in testTryCdmaSetCatergory()