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()
546 if (mExerciseTestCheckBox != null) { in onCreatePreferences()
547 mExerciseTestCheckBox.setOnPreferenceChangeListener(startConfigServiceListener); in onCreatePreferences()
685 if (mExerciseTestCheckBox != null) { in updatePreferenceVisibility()
686 mExerciseTestCheckBox.setVisible( in updatePreferenceVisibility()
877 if (mExerciseTestCheckBox != null) { in setAlertsEnabled()
878 mExerciseTestCheckBox.setEnabled(alertsEnabled); in setAlertsEnabled()
879 mExerciseTestCheckBox.setChecked( in setAlertsEnabled()