Searched refs:getKeyguardControllerState (Results 1 – 6 of 6) sorted by relevance
176 return state.getKeyguardControllerState().keyguardShowing in isKeyguardShowingAndNotOccluded()178 && !state.getKeyguardControllerState().aodShowing in isKeyguardShowingAndNotOccluded()179 && !state.getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY); in isKeyguardShowingAndNotOccluded()188 waitForWithAmState(state -> state.getKeyguardControllerState().keyguardShowing in waitForKeyguardShowingAndOccluded()189 && state.getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY), in waitForKeyguardShowingAndOccluded()201 waitForWithAmState(state -> state.getKeyguardControllerState().aodShowing, "AOD showing"); in waitForAodShowing()205 waitForWithAmState(state -> !state.getKeyguardControllerState().keyguardShowing, in waitForKeyguardGone()212 state -> !state.getKeyguardControllerState().keyguardShowing, in waitAndAssertKeyguardGone()400 if (!getKeyguardControllerState().keyguardShowing && resumedActivitiesCount < 1) {537 if (!getKeyguardControllerState().keyguardShowing) {[all …]
610 public KeyguardControllerState getKeyguardControllerState() { in getKeyguardControllerState() method in WindowManagerState
1583 mWmState.waitFor(state -> state.getKeyguardControllerState().keyguardShowing,
463 assertTrue(mWmState.getKeyguardControllerState().keyguardShowing); in testTurnScreenOnActivityOnAod()478 assertTrue(mWmState.getKeyguardControllerState().keyguardShowing); in testTurnScreenOnActivityOnAod()490 assertTrue(mWmState.getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity()504 assertTrue(mWmState.getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method()509 assertFalse(mWmState.getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method()519 assertTrue(mWmState.getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method_notTop()532 assertTrue(mWmState.getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method_turnScreenOn()537 assertFalse(mWmState.getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method_turnScreenOn()567 assertFalse(mWmState.getKeyguardControllerState().mKeyguardGoingAway); in testDismissKeyguard_fromActivityOption_onlyOnce()623 assertTrue(mWmState.getKeyguardControllerState().keyguardShowing); in testDismissKeyguardAttrActivity_method_turnScreenOn()[all …]
184 assertTrue(mWmState.getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method()191 assertFalse(mWmState.getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method()206 assertTrue(mWmState.getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method_cancelled()213 assertTrue(mWmState.getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method_cancelled()221 assertTrue(mWmState.getKeyguardControllerState().keyguardShowing); in testDismissKeyguardAttrActivity_method_turnScreenOn_withSecureKeyguard()226 assertTrue(mWmState.getKeyguardControllerState().keyguardShowing); in testDismissKeyguardAttrActivity_method_turnScreenOn_withSecureKeyguard()394 assertTrue("Keyguard is showing", mWmState.getKeyguardControllerState().keyguardShowing); in testImeShowsAfterLockScreenOnEditorTap()
336 assertEquals(displayCount, mWmState.getKeyguardControllerState(). in testNoLeakOnExternalDisplay()