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.java312 private TwoStatePreference mExerciseTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment
367 mExerciseTestCheckBox = (TwoStatePreference) findPreference(KEY_ENABLE_EXERCISE_ALERTS); in initPreferences()
527 if (mExerciseTestCheckBox != null) { in onCreatePreferences()
528 mExerciseTestCheckBox.setOnPreferenceChangeListener(startConfigServiceListener); in onCreatePreferences()
664 if (mExerciseTestCheckBox != null) { in updatePreferenceVisibility()
675 mExerciseTestCheckBox.setVisible(visible); in updatePreferenceVisibility()
839 if (mExerciseTestCheckBox != null) { in setAlertsEnabled()
840 mExerciseTestCheckBox.setEnabled(alertsEnabled); in setAlertsEnabled()
841 mExerciseTestCheckBox.setChecked(alertsEnabled); in setAlertsEnabled()