Home
last modified time | relevance | path

Searched refs:mStateLocalTestCheckBox (Results 1 – 1 of 1) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java320 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()
[all …]