OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSwitchController
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
AutomaticStorageManagementSwitchPreferenceController.java
43
private MasterSwitchController
mSwitchController
;
77
mSwitchController
= new MasterSwitchController(mSwitch);
78
mSwitchController
.setListener(this);
79
mSwitchController
.startListening();
/packages/apps/Settings/src/com/android/settings/deletionhelper/
AutomaticStorageManagerSettings.java
49
private AutomaticStorageManagerSwitchBarController
mSwitchController
;
89
mSwitchController
=
134
mSwitchController
.tearDown();
Completed in 57 milliseconds