Home
last modified time | relevance | path

Searched refs:isKeyguardOccluded (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerStateHelper.java179 public static boolean isKeyguardOccluded(WindowManagerState state) { in isKeyguardOccluded() method in WindowManagerStateHelper
180 return state.getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY); in isKeyguardOccluded()
188 && !state.getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY); in isKeyguardShowingAndNotOccluded()
198 && state.getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY), in waitForKeyguardShowingAndOccluded()
782 getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY));
791 getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY));
DLockScreenSession.java256 if (WindowManagerStateHelper.isKeyguardOccluded(mWmState)) { in close()
DWindowManagerState.java1961 boolean isKeyguardOccluded(int displayId) {