Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java133 public static final String KEY_ENABLE_EXERCISE_ALERTS = "enable_exercise_alerts"; field in CellBroadcastSettings
267 .remove(KEY_ENABLE_EXERCISE_ALERTS) in resetAllPreferences()
373 mExerciseTestCheckBox = (TwoStatePreference) findPreference(KEY_ENABLE_EXERCISE_ALERTS); in initPreferences()
1053 case KEY_ENABLE_EXERCISE_ALERTS: in getResourcesIdForDefaultPrefValue()
DCellBroadcastConfigService.java308 && prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_EXERCISE_ALERTS, in getCellBroadcastChannelsConfig()
DCellBroadcastAlertService.java617 subId, CellBroadcastSettings.KEY_ENABLE_EXERCISE_ALERTS, in isChannelEnabled()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastSettingsTest.java400 CellBroadcastSettings.KEY_ENABLE_EXERCISE_ALERTS); in testDoNotShowTestCheckBox()
436 CellBroadcastSettings.KEY_ENABLE_EXERCISE_ALERTS); in testShowTestCheckBox()
DCellBroadcastAlertServiceTest.java467 fakeSharedPreferences.putBoolean(CellBroadcastSettings.KEY_ENABLE_EXERCISE_ALERTS, false); in testShouldDisplayMessageForSubUsers()
478 fakeSharedPreferences.putBoolean(CellBroadcastSettings.KEY_ENABLE_EXERCISE_ALERTS, true); in testShouldDisplayMessageForSubUsers()