Loading packages/SystemUI/tests/src/com/android/systemui/keyguard/KeyguardViewMediatorTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -337,6 +337,8 @@ public class KeyguardViewMediatorTest extends SysuiTestCase { mViewMediator.onSystemReady(); TestableLooper.get(this).processAllMessages(); when(mPowerManager.isInteractive()).thenReturn(true); // Given device is dreaming when(mUpdateMonitor.isDreaming()).thenReturn(true); Loading Loading
packages/SystemUI/tests/src/com/android/systemui/keyguard/KeyguardViewMediatorTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -337,6 +337,8 @@ public class KeyguardViewMediatorTest extends SysuiTestCase { mViewMediator.onSystemReady(); TestableLooper.get(this).processAllMessages(); when(mPowerManager.isInteractive()).thenReturn(true); // Given device is dreaming when(mUpdateMonitor.isDreaming()).thenReturn(true); Loading