Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastSettings.java305 private TwoStatePreference mStateLocalTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment
358 mStateLocalTestCheckBox = (TwoStatePreference) in initPreferences()
488 if (mStateLocalTestCheckBox != null) { in onCreatePreferences()
489 mStateLocalTestCheckBox.setOnPreferenceChangeListener( in onCreatePreferences()
632 if (mStateLocalTestCheckBox != null) { in updatePreferenceVisibility()
633 mStateLocalTestCheckBox.setVisible( in updatePreferenceVisibility()
737 if (mStateLocalTestCheckBox != null) { in setAlertsEnabled()
738 mStateLocalTestCheckBox.setEnabled(alertsEnabled); in setAlertsEnabled()
739 mStateLocalTestCheckBox.setChecked(alertsEnabled); in setAlertsEnabled()