Searched refs:mAmberCheckBox (Results 1 – 1 of 1) sorted by relevance
308 private TwoStatePreference mAmberCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment353 mAmberCheckBox = (TwoStatePreference) in initPreferences()530 if (mAmberCheckBox != null) { in onCreatePreferences()531 mAmberCheckBox.setOnPreferenceChangeListener(startConfigServiceListener); in onCreatePreferences()641 if (mAmberCheckBox != null) { in updatePreferenceVisibility()642 mAmberCheckBox.setVisible(res.getBoolean(R.bool.show_amber_alert_settings) in updatePreferenceVisibility()645 if (isWatch && !mAmberCheckBox.isVisible()) { in updatePreferenceVisibility()646 preferenceScreen.removePreference(mAmberCheckBox); in updatePreferenceVisibility()838 if (mAmberCheckBox != null) { in setAlertsEnabled()839 mAmberCheckBox.setEnabled(alertsEnabled); in setAlertsEnabled()[all …]