OSDN Git Service

Remove NotificationPresenter#getEntryManager.
authorEliot Courtney <edcourtney@google.com>
Thu, 14 Dec 2017 10:38:52 +0000 (19:38 +0900)
committerEliot Courtney <edcourtney@google.com>
Tue, 26 Dec 2017 08:09:25 +0000 (17:09 +0900)
commit4a96b36fd9857cd3d3534ed0396ec3d7155a324c
tree67b5dd9be2fa84b10e3843b0a409d50843306b5b
parent8f56b0e3452dcc940319708061a3a22a4d994027
Remove NotificationPresenter#getEntryManager.

Instead, pass it along with calls to setUpWithPresenter.

Bug: 63874929
Bug: 62602530
Test: runtest systemui
Test: Compile and run
Change-Id: Icd60cf671b12b33d4565cc608c6141cd580c790e
15 files changed:
packages/SystemUI/src/com/android/systemui/statusbar/NotificationGutsManager.java
packages/SystemUI/src/com/android/systemui/statusbar/NotificationListener.java
packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManager.java
packages/SystemUI/src/com/android/systemui/statusbar/NotificationLogger.java
packages/SystemUI/src/com/android/systemui/statusbar/NotificationMediaManager.java
packages/SystemUI/src/com/android/systemui/statusbar/NotificationPresenter.java
packages/SystemUI/src/com/android/systemui/statusbar/NotificationRemoteInputManager.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/NotificationEntryManagerTest.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/NotificationListenerTest.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerTest.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/NotificationLoggerTest.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/NotificationRemoteInputManagerTest.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/NotificationViewHierarchyManagerTest.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/StatusBarTest.java