Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DAutomaticStorageManagementSwitchPreferenceController.java45 private MasterSwitchController mSwitchController; field in AutomaticStorageManagementSwitchPreferenceController
82 mSwitchController = new MasterSwitchController(mSwitch); in onResume()
83 mSwitchController.setListener(this); in onResume()
84 mSwitchController.startListening(); in onResume()
/packages/apps/Settings/src/com/android/settings/deletionhelper/
DAutomaticStorageManagerSettings.java51 private AutomaticStorageManagerSwitchBarController mSwitchController; field in AutomaticStorageManagerSettings
85 mSwitchController = in initializeSwitchBar()
120 mSwitchController.tearDown(); in onDestroyView()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherPreferenceController.java53 private WifiTetherSwitchBarController mSwitchController; field in WifiTetherPreferenceController
90 mSwitchController = new WifiTetherSwitchBarController( in displayPreference()
92 mLifecycle.addObserver(mSwitchController); in displayPreference()