HomeSort by relevance Sort by last modified time
    Searched refs:getKeyguardControllerState (Results 1 - 7 of 7) sorted by null

  /cts/tests/framework/base/windowmanager/util/src/android/server/wm/
ActivityAndWindowManagersState.java 255 waitForWithAmState(state -> state.getKeyguardControllerState().keyguardShowing
256 && !state.getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY),
261 waitForWithAmState(state -> state.getKeyguardControllerState().keyguardShowing
262 && state.getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY),
267 waitForWithAmState(state -> state.getKeyguardControllerState().aodShowing,
273 waitForWithAmState(state -> !state.getKeyguardControllerState().keyguardShowing,
417 if (!mAmState.getKeyguardControllerState().keyguardShowing && resumedActivitiesCount < 1) {
550 if (!mAmState.getKeyguardControllerState().keyguardShowing) {
699 getAmState().getKeyguardControllerState().keyguardShowing);
701 getAmState().getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY))
    [all...]
ActivityManagerState.java 274 public KeyguardControllerState getKeyguardControllerState() {
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
KeyguardLockedTests.java 164 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
170 assertFalse(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
182 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
188 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
199 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
203 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
KeyguardTests.java 447 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
462 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
467 assertFalse(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
478 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
492 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
497 assertFalse(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
576 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
580 assertFalse(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
MultiDisplayPolicyTests.java 364 assertEquals(displayCount, mAmWmState.getAmState().getKeyguardControllerState().
    [all...]
  /cts/tests/tests/keystore/src/android/server/am/
ActivityAndWindowManagersState.java 146 waitForWithAmState(state -> state.getKeyguardControllerState().keyguardShowing
147 && !state.getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY),
211 if (!mAmState.getKeyguardControllerState().keyguardShowing && resumedActivitiesCount != 1) {
316 if (!mAmState.getKeyguardControllerState().keyguardShowing) {
ActivityManagerState.java 180 public KeyguardControllerState getKeyguardControllerState() {

Completed in 616 milliseconds