Loading packages/SystemUI/tests/src/com/android/systemui/media/KeyguardMediaControllerTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ class KeyguardMediaControllerTest : SysuiTestCase() { whenever(notificationLockscreenUserManager.shouldShowLockscreenNotifications()) .thenReturn(true) whenever(mediaHost.hostView).thenReturn(hostView) hostView.layoutParams = FrameLayout.LayoutParams(100, 100) keyguardMediaController = KeyguardMediaController( mediaHost, bypassController, Loading Loading
packages/SystemUI/tests/src/com/android/systemui/media/KeyguardMediaControllerTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ class KeyguardMediaControllerTest : SysuiTestCase() { whenever(notificationLockscreenUserManager.shouldShowLockscreenNotifications()) .thenReturn(true) whenever(mediaHost.hostView).thenReturn(hostView) hostView.layoutParams = FrameLayout.LayoutParams(100, 100) keyguardMediaController = KeyguardMediaController( mediaHost, bypassController, Loading