Searched refs:mTestCheckBox (Results 1 – 1 of 1) sorted by relevance
317 private TwoStatePreference mTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment371 mTestCheckBox = (TwoStatePreference) in initPreferences()533 if (mTestCheckBox != null) { in onCreatePreferences()534 mTestCheckBox.setOnPreferenceChangeListener(startConfigServiceListener); in onCreatePreferences()669 if (mTestCheckBox != null) { in updatePreferenceVisibility()670 mTestCheckBox.setVisible(isTestAlertsToggleVisible(getContext())); in updatePreferenceVisibility()859 if (mTestCheckBox != null) { in setAlertsEnabled()860 mTestCheckBox.setEnabled(alertsEnabled); in setAlertsEnabled()861 mTestCheckBox.setChecked(alertsEnabled); in setAlertsEnabled()