diff options
| author | 2020-05-14 01:56:23 +0000 | |
|---|---|---|
| committer | 2020-05-14 01:56:23 +0000 | |
| commit | a408cd135af6ee582fc5d1a4d8fd9ee60c29f68d (patch) | |
| tree | 6aaf3e8b84180adae4e32d727625ab48765a4a0d /packages/SystemUI/tests | |
| parent | 7121bc89c885f7fcf0270db62c1a7f07a0d5fa27 (diff) | |
| parent | fe40c85543c86e1e7c098e2b983ab793837b7b9f (diff) | |
Merge "Revert "Fix missing animation when launch activity from notification."" into rvc-dev
Diffstat (limited to 'packages/SystemUI/tests')
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/NotificationShadeWindowViewTest.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/NotificationShadeWindowViewTest.java b/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/NotificationShadeWindowViewTest.java index e04d25b17c71..cc2d1c25de38 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/NotificationShadeWindowViewTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/NotificationShadeWindowViewTest.java @@ -83,7 +83,6 @@ public class NotificationShadeWindowViewTest extends SysuiTestCase { @Mock private NotificationStackScrollLayout mNotificationStackScrollLayout; @Mock private NotificationShadeDepthController mNotificationShadeDepthController; @Mock private SuperStatusBarViewFactory mStatusBarViewFactory; - @Mock private NotificationShadeWindowController mNotificationShadeWindowController; @Before public void setUp() { @@ -122,7 +121,7 @@ public class NotificationShadeWindowViewTest extends SysuiTestCase { mNotificationPanelViewController, mStatusBarViewFactory); mController.setupExpandedStatusBar(); - mController.setService(mStatusBar, mNotificationShadeWindowController); + mController.setService(mStatusBar); mController.setDragDownHelper(mDragDownHelper); } |