Merge "Fixes breaking test" into qt-r1-dev
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user