Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b398943a authored by Bryce Lee's avatar Bryce Lee Committed by Automerger Merge Worker
Browse files

Merge "Fix KeyguardViewMediatorTest." into udc-qpr-dev am: 4a58ebcc

parents 0c1c53ca 4a58ebcc
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -337,6 +337,8 @@ public class KeyguardViewMediatorTest extends SysuiTestCase {
        mViewMediator.onSystemReady();
        mViewMediator.onSystemReady();
        TestableLooper.get(this).processAllMessages();
        TestableLooper.get(this).processAllMessages();


        when(mPowerManager.isInteractive()).thenReturn(true);

        // Given device is dreaming
        // Given device is dreaming
        when(mUpdateMonitor.isDreaming()).thenReturn(true);
        when(mUpdateMonitor.isDreaming()).thenReturn(true);