Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java317 private TwoStatePreference mTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment
371 mTestCheckBox = (TwoStatePreference) in initPreferences()
533 if (mTestCheckBox != null) { in onCreatePreferences()
534 mTestCheckBox.setOnPreferenceChangeListener(startConfigServiceListener); in onCreatePreferences()
669 if (mTestCheckBox != null) { in updatePreferenceVisibility()
670 mTestCheckBox.setVisible(isTestAlertsToggleVisible(getContext())); in updatePreferenceVisibility()
859 if (mTestCheckBox != null) { in setAlertsEnabled()
860 mTestCheckBox.setEnabled(alertsEnabled); in setAlertsEnabled()
861 mTestCheckBox.setChecked(alertsEnabled); in setAlertsEnabled()