Home
last modified time | relevance | path

Searched refs:getKeyguardControllerState (Results 1 – 7 of 7) sorted by relevance

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityAndWindowManagersState.java255 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 …]
DActivityManagerState.java274 public KeyguardControllerState getKeyguardControllerState() { in getKeyguardControllerState() method in ActivityManagerState
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DKeyguardLockedTests.java164 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()
DKeyguardTests.java447 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()
DMultiDisplayPolicyTests.java364 assertEquals(displayCount, mAmWmState.getAmState().getKeyguardControllerState(). in testNoLeakOnExternalDisplay()
/cts/tests/tests/keystore/src/android/server/am/
DActivityAndWindowManagersState.java146 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()
DActivityManagerState.java180 public KeyguardControllerState getKeyguardControllerState() { in getKeyguardControllerState() method in ActivityManagerState