summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/StatusBarStateEvent.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove StatusBarState.FULLSCREEN_USER_SWITCHERMatt Pietal2022-02-011-6/+1
| | | | | | | | | | | Was only used for downstream projects, and has since been removed from those projects. There is an existing config: config_enableFullscreenUserSwitcher which will be repurposed for tablet user switching. Bug: 217365397 Test: atest StatusBarTest KeyguardMediaControllerTest LockscreenShadeTransitionControllerTest StatusBarStateControllerImplTest StatusBarStateEventTest StatusBarKeyguardViewManagerTest Change-Id: Idec504b682a244f4dde0c4ffcd50989365f29101
* Add new QS Ui EVentsFabian Kozynski2020-04-301-0/+69
This CL adds events for: * QS interactions * StatusBarState changes * User Switcher interaction * DND panel interaction The new QS events that refer to particular tiles attach the following: * spec (if framework tile) or package (if CustomTile) * instanceId associated with the QSTile object on creation Test: atest SystemUITests (including new tests) Test: manual using statsd_testdrive Fixes: 147508235 Change-Id: I43d8fe1fdb2aec1f16032da61a599ebc29809afc