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

  /cts/tests/framework/base/activitymanager/src/android/server/am/
KeyguardLockedTests.java 138 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
144 assertFalse(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
156 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
162 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
173 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
177 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
KeyguardTests.java 231 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
246 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
251 assertFalse(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
262 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
276 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
281 assertFalse(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
354 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
358 assertFalse(mAmWmState.getAmState().getKeyguardControllerState().keyguardShowing);
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
ActivityAndWindowManagersState.java 241 waitForWithAmState(state -> state.getKeyguardControllerState().keyguardShowing
242 && !state.getKeyguardControllerState().keyguardOccluded,
247 waitForWithAmState(state -> state.getKeyguardControllerState().keyguardShowing
248 && state.getKeyguardControllerState().keyguardOccluded,
253 waitForWithAmState(state -> !state.getKeyguardControllerState().keyguardShowing,
361 if (!mAmState.getKeyguardControllerState().keyguardShowing && resumedActivitiesCount != 1) {
493 if (!mAmState.getKeyguardControllerState().keyguardShowing) {
618 getAmState().getKeyguardControllerState().keyguardShowing);
620 getAmState().getKeyguardControllerState().keyguardOccluded);
625 getAmState().getKeyguardControllerState().keyguardShowing)
    [all...]
ActivityManagerState.java 233 public KeyguardControllerState getKeyguardControllerState() {
  /cts/tests/tests/keystore/src/android/server/am/
ActivityAndWindowManagersState.java 145 waitForWithAmState(state -> state.getKeyguardControllerState().keyguardShowing
146 && !state.getKeyguardControllerState().keyguardOccluded,
210 if (!mAmState.getKeyguardControllerState().keyguardShowing && resumedActivitiesCount != 1) {
315 if (!mAmState.getKeyguardControllerState().keyguardShowing) {
ActivityManagerState.java 178 public KeyguardControllerState getKeyguardControllerState() {

Completed in 210 milliseconds