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.java314 private TwoStatePreference mStateLocalTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment
370 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 …]