Merge "Fixes breaking test" into qt-r1-dev

This commit is contained in:
Selim Cinek
2019-08-02 17:58:49 +00:00
committed by Android (Google) Code Review

View File

@@ -137,7 +137,7 @@ public class NotificationStackScrollLayoutTest extends SysuiTestCase {
mDependency.injectTestDependency( mDependency.injectTestDependency(
NotificationBlockingHelperManager.class, NotificationBlockingHelperManager.class,
mBlockingHelperManager); mBlockingHelperManager);
mDependency.injectTestDependency(StatusBarStateController.class, mBarState); mDependency.injectTestDependency(SysuiStatusBarStateController.class, mBarState);
mDependency.injectTestDependency(MetricsLogger.class, mMetricsLogger); mDependency.injectTestDependency(MetricsLogger.class, mMetricsLogger);
mDependency.injectTestDependency(NotificationRemoteInputManager.class, mDependency.injectTestDependency(NotificationRemoteInputManager.class,
mRemoteInputManager); mRemoteInputManager);
@@ -163,7 +163,7 @@ public class NotificationStackScrollLayoutTest extends SysuiTestCase {
mock(DynamicPrivacyController.class), mock(DynamicPrivacyController.class),
mock(ConfigurationController.class), mock(ConfigurationController.class),
mock(ActivityStarterDelegate.class), mock(ActivityStarterDelegate.class),
mock(StatusBarStateController.class), mock(SysuiStatusBarStateController.class),
mHeadsUpManager, mHeadsUpManager,
mKeyguardBypassController); mKeyguardBypassController);
mStackScroller = spy(mStackScrollerInternal); mStackScroller = spy(mStackScrollerInternal);