Searched refs:mTestCheckBox (Results 1 – 1 of 1) sorted by relevance
191 private TwoStatePreference mTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment255 mTestCheckBox = (TwoStatePreference) in onCreatePreferences()366 if (mTestCheckBox != null) { in onCreatePreferences()367 mTestCheckBox.setOnPreferenceChangeListener(startConfigServiceListener); in onCreatePreferences()463 if (mTestCheckBox != null) { in updatePreferenceVisibility()464 mTestCheckBox.setVisible(isTestAlertsToggleVisible(getContext())); in updatePreferenceVisibility()576 if (mTestCheckBox != null) { in setAlertsEnabled()577 mTestCheckBox.setEnabled(alertsEnabled); in setAlertsEnabled()578 mTestCheckBox.setChecked(alertsEnabled); in setAlertsEnabled()