Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java130 public static final String KEY_ENABLE_TEST_ALERTS = "enable_test_alerts"; field in CellBroadcastSettings
262 .remove(KEY_ENABLE_TEST_ALERTS) in resetAllPreferences()
372 findPreference(KEY_ENABLE_TEST_ALERTS); in initPreferences()
1051 case KEY_ENABLE_TEST_ALERTS: in getResourcesIdForDefaultPrefValue()
DCellBroadcastAlertService.java551 && checkAlertConfigEnabled(subId, CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, in isChannelEnabled()
576 CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, in isChannelEnabled()
634 subId, CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, in isChannelEnabled()
DCellBroadcastSearchIndexableProvider.java271 CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS; in queryNonIndexableKeys()
DCellBroadcastReceiver.java721 CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, enable).apply(); in tryCdmaSetCategory()
DCellBroadcastConfigService.java301 && prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, in getCellBroadcastChannelsConfig()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastReceiverTest.java468 CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, !enable)) in testTryCdmaSetCatergory()