Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java318 private TwoStatePreference mExerciseTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment
373 mExerciseTestCheckBox = (TwoStatePreference) findPreference(KEY_ENABLE_EXERCISE_ALERTS); in initPreferences()
536 if (mExerciseTestCheckBox != null) { in onCreatePreferences()
537 mExerciseTestCheckBox.setOnPreferenceChangeListener(startConfigServiceListener); in onCreatePreferences()
673 if (mExerciseTestCheckBox != null) { in updatePreferenceVisibility()
684 mExerciseTestCheckBox.setVisible(visible); in updatePreferenceVisibility()
863 if (mExerciseTestCheckBox != null) { in setAlertsEnabled()
864 mExerciseTestCheckBox.setEnabled(alertsEnabled); in setAlertsEnabled()
865 mExerciseTestCheckBox.setChecked(alertsEnabled); in setAlertsEnabled()