Searched refs:getKeyguardControllerState (Results 1 – 7 of 7) sorted by relevance
255 waitForWithAmState(state -> state.getKeyguardControllerState().keyguardShowing in waitForKeyguardShowingAndNotOccluded()256 && !state.getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY), in waitForKeyguardShowingAndNotOccluded()261 waitForWithAmState(state -> state.getKeyguardControllerState().keyguardShowing in waitForKeyguardShowingAndOccluded()262 && state.getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY), in waitForKeyguardShowingAndOccluded()267 waitForWithAmState(state -> state.getKeyguardControllerState().aodShowing, in waitForAodShowing()273 waitForWithAmState(state -> !state.getKeyguardControllerState().keyguardShowing, in waitForKeyguardGone()417 if (!mAmState.getKeyguardControllerState().keyguardShowing && resumedActivitiesCount < 1) { in shouldWaitForValidStacks()550 if (!mAmState.getKeyguardControllerState().keyguardShowing) { in assertSanity()699 getAmState().getKeyguardControllerState().keyguardShowing); in assertKeyguardShowingAndOccluded()701 getAmState().getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY)); in assertKeyguardShowingAndOccluded()[all …]
274 public KeyguardControllerState getKeyguardControllerState() { in getKeyguardControllerState() method in ActivityManagerState
164 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method()170 assertFalse(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method()182 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method_cancelled()188 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method_cancelled()199 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing); in testDismissKeyguardAttrActivity_method_turnScreenOn_withSecureKeyguard()203 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing); in testDismissKeyguardAttrActivity_method_turnScreenOn_withSecureKeyguard()
447 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity()462 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method()467 assertFalse(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method()478 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method_notTop()492 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method_turnScreenOn()497 assertFalse(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing); in testDismissKeyguardActivity_method_turnScreenOn()576 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing); in testDismissKeyguardAttrActivity_method_turnScreenOn()580 assertFalse(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing); in testDismissKeyguardAttrActivity_method_turnScreenOn()
364 assertEquals(displayCount, mAmWmState.getAmState().getKeyguardControllerState(). in testNoLeakOnExternalDisplay()
146 waitForWithAmState(state -> state.getKeyguardControllerState().keyguardShowing in waitForKeyguardShowingAndNotOccluded()147 && !state.getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY), in waitForKeyguardShowingAndNotOccluded()211 if (!mAmState.getKeyguardControllerState().keyguardShowing && resumedActivitiesCount != 1) { in shouldWaitForValidStacks()316 if (!mAmState.getKeyguardControllerState().keyguardShowing) { in assertSanity()
180 public KeyguardControllerState getKeyguardControllerState() { in getKeyguardControllerState() method in ActivityManagerState