summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/recents/RecentsModule.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove call to getComponent(StatusBar) from OverviewProxyRecentsImpl.Dave Mankoff2019-10-301-13/+31
| | | | | | | | | | StatusBar is now marked as an Optional component. This also makes implementations of RecentsImplementation injectable. Bug: 143224715 Test: atest SystemUITests && manual Change-Id: I9a8c4af477693d133f06b8dbda2f08d904cfdb57
* Remove calls to Dependency.get(FalsingManager.class)Dave Mankoff2019-09-271-0/+53
This removes all calls except one, which is used in a View. Bug: 136279712 Test: atest SystemUITests Change-Id: Ibadb81a41a4d23208842a99fa89436fd34b7a8a0