Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastSettings.java302 private TwoStatePreference mTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment
353 mTestCheckBox = (TwoStatePreference) in initPreferences()
479 if (mTestCheckBox != null) { in onCreatePreferences()
480 mTestCheckBox.setOnPreferenceChangeListener(startConfigServiceListener); in onCreatePreferences()
595 if (mTestCheckBox != null) { in updatePreferenceVisibility()
596 mTestCheckBox.setVisible(isTestAlertsToggleVisible(getContext())); in updatePreferenceVisibility()
741 if (mTestCheckBox != null) { in setAlertsEnabled()
742 mTestCheckBox.setEnabled(alertsEnabled); in setAlertsEnabled()
743 mTestCheckBox.setChecked(alertsEnabled); in setAlertsEnabled()