Searched refs:mTestCheckBox (Results 1 – 1 of 1) sorted by relevance
311 private TwoStatePreference mTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment365 mTestCheckBox = (TwoStatePreference) in initPreferences()524 if (mTestCheckBox != null) { in onCreatePreferences()525 mTestCheckBox.setOnPreferenceChangeListener(startConfigServiceListener); in onCreatePreferences()660 if (mTestCheckBox != null) { in updatePreferenceVisibility()661 mTestCheckBox.setVisible(isTestAlertsToggleVisible(getContext())); in updatePreferenceVisibility()835 if (mTestCheckBox != null) { in setAlertsEnabled()836 mTestCheckBox.setEnabled(alertsEnabled); in setAlertsEnabled()837 mTestCheckBox.setChecked(alertsEnabled); in setAlertsEnabled()