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()
552 if (mStateLocalTestCheckBox != null) { in onCreatePreferences()
553 mStateLocalTestCheckBox.setOnPreferenceChangeListener( in onCreatePreferences()
703 if (mStateLocalTestCheckBox != null) { in updatePreferenceVisibility()
704 mStateLocalTestCheckBox.setVisible( in updatePreferenceVisibility()
708 if (isWatch && !mStateLocalTestCheckBox.isVisible()) { in updatePreferenceVisibility()
709 preferenceScreen.removePreference(mStateLocalTestCheckBox); in updatePreferenceVisibility()
866 if (mStateLocalTestCheckBox != null) { in setAlertsEnabled()
867 mStateLocalTestCheckBox.setEnabled(alertsEnabled); in setAlertsEnabled()
[all …]