Home
last modified time | relevance | path

Searched refs:KEY_ENABLE_EXERCISE_ALERTS (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastSettings.java128 public static final String KEY_ENABLE_EXERCISE_ALERTS = "enable_exercise_alerts"; field in CellBroadcastSettings
252 .remove(KEY_ENABLE_EXERCISE_ALERTS) in resetAllPreferences()
355 mExerciseTestCheckBox = (TwoStatePreference) findPreference(KEY_ENABLE_EXERCISE_ALERTS); in initPreferences()
H A DCellBroadcastConfigService.java197 && prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_EXERCISE_ALERTS, false); in enableCellBroadcastChannels()
H A DCellBroadcastAlertService.java555 .getBoolean(CellBroadcastSettings.KEY_ENABLE_EXERCISE_ALERTS, false); in isChannelEnabled()