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

Commit 1d5b180a authored by Ben Lin's avatar Ben Lin Committed by Android (Google) Code Review
Browse files

Merge "WMLockScreenVisibilityMgrTest: update test for keyguard shell transit." into main

parents 651bbc63 a39d37d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -195,6 +195,7 @@ class WindowManagerLockscreenVisibilityManagerTest : SysuiTestCase() {
    @RequiresFlagsEnabled(Flags.FLAG_ENSURE_KEYGUARD_DOES_TRANSITION_STARTING)
    fun setSurfaceBehindVisibility_goesAwayFirst_andIgnoresSecondCall_with_keyguard_shell_transitions() {
        underTest.setLockscreenShown(true)
        verify(keyguardTransitions).startKeyguardTransition(true, false)
        underTest.setSurfaceBehindVisibility(true)
        verify(keyguardTransitions).startKeyguardTransition(false, false)