Searched refs:mExerciseTestCheckBox (Results 1 – 1 of 1) sorted by relevance
318 private TwoStatePreference mExerciseTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment373 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()