Lines Matching refs:mStateLocalTestCheckBox
320 private TwoStatePreference mStateLocalTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment
376 mStateLocalTestCheckBox = (TwoStatePreference) in initPreferences()
542 if (mStateLocalTestCheckBox != null) { in onCreatePreferences()
543 mStateLocalTestCheckBox.setOnPreferenceChangeListener( in onCreatePreferences()
709 if (mStateLocalTestCheckBox != null) { in updatePreferenceVisibility()
710 mStateLocalTestCheckBox.setVisible( in updatePreferenceVisibility()
714 if (isWatch && !mStateLocalTestCheckBox.isVisible()) { in updatePreferenceVisibility()
715 preferenceScreen.removePreference(mStateLocalTestCheckBox); in updatePreferenceVisibility()
855 if (mStateLocalTestCheckBox != null) { in setAlertsEnabled()
856 mStateLocalTestCheckBox.setEnabled(alertsEnabled); in setAlertsEnabled()
857 mStateLocalTestCheckBox.setChecked(alertsEnabled); in setAlertsEnabled()