summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/SystemUIInitializerImpl.kt
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add option to return a null Dagger graph"Govinda Wasserman2023-01-041-13/+2
| | | | | | | | | | Revert submission 20664269-b259469497-ss-cross-profile-dagger Reason for revert: b/263453125 Reverted changes: /q/submissionid:20664269-b259469497-ss-cross-profile-dagger Change-Id: I24affd9ced5ca4fa4959200d60ecf93b4b03d12a
* Add option to return a null Dagger graphGovinda Wasserman2022-12-121-2/+13
| | | | | | | | | | | | | | | | This allows processes that do not utilize the SysUI Dagger graph to avoid having to subclass and instantiate it. This change also makes the Screenshot cross-profile service take advantage of this change. Test: Turn on "Enable RequestProcessor" and "Enable Work Profile Screenshots Policy" SysUI flags Test: Take a screenshot of a work profile app Test: Observe successful work profile screenshot BUG: 259469497 Change-Id: I1a8c62ba079d90e575cab2a0e14b3f1466e1952c
* Split ReferenceSysUIComponent off of SysUIComponent.Dave Mankoff2022-11-041-2/+2
| | | | | | | | | | ReferenceSysUIComponent is used for the basic AOSP build, and gives us a place to add pieces for phones that shouldn't go into other variants, like TVs, Cars, etc. Bug: 254857637 Test: manuall built and run Change-Id: I5085ed6d94924f776b16cccb8cb7b10a8a9e0993
* Revert^2 "Change SysemUIFactory to SystemUIInitializer."Dave Mankoff2022-07-141-0/+30
Restores ag/18917521 Reverted in ag/15142270fe17845890d147aca8720a32b8c73ecf Test: Ran failed test in http://b/238359875 Bug: 235624311 Change-Id: I08457dac1aa09c44f0c9c02349e8c6773587cd84 Merged-In: I08457dac1aa09c44f0c9c02349e8c6773587cd84