summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/assist/DeviceConfigHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* 6/N Move everything into SysUIComponent.Dave Mankoff2020-08-161-2/+3
| | | | | | | | | | | | | | | It is far easier to move _everything_ into SysUIComponent, and then selectively promote things back to GlobalScope and/or WMScope than it is to try to do it one at a time. With this change, though lots of files are touched, very little actually changes structurally. After this change goes in, folks should stop using @Singleton quite so freely. Most things should live in @SysuiSingleton. @Singleton is due to quickly be replaced by @GlobalScope. Bug: 162923491 Test: atest SystemUITests && manual Change-Id: Idc31d3d83b030581fb1fa869f7fafc4f2d3a8828
* Rename PhenotypeHelper to DeviceConfigHelperGovinda Wasserman2019-11-121-0/+72
This class is used for simplifying interaction with the device configuration and for testing. The new name is more descriptive of its intended purpose. Test: Tested locally BUG:143952102 Change-Id: I5d9edf518b92f48d73e2ed5d142a162d348d24ba