Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DAutomaticStorageManagementSwitchPreferenceController.java43 private MasterSwitchController mSwitchController; field in AutomaticStorageManagementSwitchPreferenceController
77 mSwitchController = new MasterSwitchController(mSwitch); in onResume()
78 mSwitchController.setListener(this); in onResume()
79 mSwitchController.startListening(); in onResume()
/packages/apps/Settings/src/com/android/settings/deletionhelper/
DAutomaticStorageManagerSettings.java49 private AutomaticStorageManagerSwitchBarController mSwitchController; field in AutomaticStorageManagerSettings
89 mSwitchController = in initializeSwitchBar()
134 mSwitchController.tearDown(); in onDestroyView()