Searched refs:mStateLocalTestCheckBox (Results 1 – 1 of 1) sorted by relevance
314 private TwoStatePreference mStateLocalTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment370 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()[all …]