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.java164 private TwoStatePreference mTestCheckBox; field in CellBroadcastSettings.CellBroadcastSettingsFragment
208 mTestCheckBox = (TwoStatePreference) in onCreatePreferences()
304 if (mTestCheckBox != null) { in onCreatePreferences()
305 mAlertCategory.removePreference(mTestCheckBox); in onCreatePreferences()
391 if (mTestCheckBox != null) { in onCreatePreferences()
392 mTestCheckBox.setOnPreferenceChangeListener(startConfigServiceListener); in onCreatePreferences()