Home
last modified time | relevance | path

Searched refs:isKeyguardTrustedLw (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestWindowManagerPolicy.java210 public boolean isKeyguardTrustedLw() { in isKeyguardTrustedLw() method in TestWindowManagerPolicy
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java998 public boolean isKeyguardTrustedLw(); in isKeyguardTrustedLw() method
DPhoneWindowManager.java5897 public boolean isKeyguardTrustedLw() {
/frameworks/base/services/core/java/com/android/server/wm/
DKeyguardController.java536 return mWindowManager.mPolicy.isKeyguardTrustedLw() in canDismissKeyguard()