Lines Matching refs:mStateLocalTestCheckBox
314 private TwoStatePreference mStateLocalTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment
370 mStateLocalTestCheckBox = (TwoStatePreference) in initPreferences()
533 if (mStateLocalTestCheckBox != null) { in onCreatePreferences()
534 mStateLocalTestCheckBox.setOnPreferenceChangeListener( in onCreatePreferences()
700 if (mStateLocalTestCheckBox != null) { in updatePreferenceVisibility()
701 mStateLocalTestCheckBox.setVisible( in updatePreferenceVisibility()
705 if (isWatch && !mStateLocalTestCheckBox.isVisible()) { in updatePreferenceVisibility()
706 preferenceScreen.removePreference(mStateLocalTestCheckBox); in updatePreferenceVisibility()
831 if (mStateLocalTestCheckBox != null) { in setAlertsEnabled()
832 mStateLocalTestCheckBox.setEnabled(alertsEnabled); in setAlertsEnabled()
833 mStateLocalTestCheckBox.setChecked(alertsEnabled); in setAlertsEnabled()