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.java311 private TwoStatePreference mTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment
365 mTestCheckBox = (TwoStatePreference) in initPreferences()
524 if (mTestCheckBox != null) { in onCreatePreferences()
525 mTestCheckBox.setOnPreferenceChangeListener(startConfigServiceListener); in onCreatePreferences()
660 if (mTestCheckBox != null) { in updatePreferenceVisibility()
661 mTestCheckBox.setVisible(isTestAlertsToggleVisible(getContext())); in updatePreferenceVisibility()
835 if (mTestCheckBox != null) { in setAlertsEnabled()
836 mTestCheckBox.setEnabled(alertsEnabled); in setAlertsEnabled()
837 mTestCheckBox.setChecked(alertsEnabled); in setAlertsEnabled()