Searched refs:mTestCheckBox (Results 1 – 1 of 1) sorted by relevance
302 private TwoStatePreference mTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment353 mTestCheckBox = (TwoStatePreference) in initPreferences()479 if (mTestCheckBox != null) { in onCreatePreferences()480 mTestCheckBox.setOnPreferenceChangeListener(startConfigServiceListener); in onCreatePreferences()595 if (mTestCheckBox != null) { in updatePreferenceVisibility()596 mTestCheckBox.setVisible(isTestAlertsToggleVisible(getContext())); in updatePreferenceVisibility()741 if (mTestCheckBox != null) { in setAlertsEnabled()742 mTestCheckBox.setEnabled(alertsEnabled); in setAlertsEnabled()743 mTestCheckBox.setChecked(alertsEnabled); in setAlertsEnabled()