Home
last modified time | relevance | path

Searched refs:KEY_ENABLE_STATE_LOCAL_TEST_ALERTS (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastSettings.java134 public static final String KEY_ENABLE_STATE_LOCAL_TEST_ALERTS = field in CellBroadcastSettings
248 .remove(KEY_ENABLE_STATE_LOCAL_TEST_ALERTS) in resetAllPreferences()
359 findPreference(KEY_ENABLE_STATE_LOCAL_TEST_ALERTS); in initPreferences()
H A DCellBroadcastConfigService.java212 && prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_STATE_LOCAL_TEST_ALERTS, in enableCellBroadcastChannels()
H A DCellBroadcastSearchIndexableProvider.java264 CellBroadcastSettings.KEY_ENABLE_STATE_LOCAL_TEST_ALERTS; in queryNonIndexableKeys()
H A DCellBroadcastAlertService.java590 .getBoolean(CellBroadcastSettings.KEY_ENABLE_STATE_LOCAL_TEST_ALERTS, in isChannelEnabled()