summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/qs/SettingObserver.java
Commit message (Collapse)AuthorAgeFilesLines
* Replace getCurrentUser() calls with UserTrackerAlex Stetson2022-11-141-5/+0
| | | | | | | | | | | Replacing getCurrentUser calls in SystemUI with UserTracker to help centralize source of truth. Bug: 249831072 Test: atest SystemUITests Change-Id: I23bd747192adcd715b96442f0834254ad0bb44a3 Merged-In: I23bd747192adcd715b96442f0834254ad0bb44a3
* 2/2 Remove GlobalSetting classPeter Kalauskas2021-11-181-13/+20
| | | | | | | | | | | | | | - Replace usages of GlobalSetting with SettingObserver - Change parameters to SettingObserver from SecureSetting to SettingsProxy - Update variable names SettingObserver Test: com.android.systemui.statusbar.policy.ZenModeControllerImplTest Test: com.android.systemui.qs.SettingObserverTest Bug: 201567807 Change-Id: If5cb74cc10ed43777b5cb40c705b43321e7fa0e9
* 1/2 Rename SecureSetting to SettingObserverPeter Kalauskas2021-11-181-0/+117
Only renames the class and adds two javadoc comments to satisfy linter. Test: com.android.systemui.qs.SettingObserverTest Bug: 201567807 Change-Id: I65d3cd77ef41fcca0ab7d55e82f598f2d9fff1d4