Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java1093 public boolean inKeyguardRestrictedKeyInputMode(); in inKeyguardRestrictedKeyInputMode() method
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2616 return isKeyguardShowingAndNotOccluded() || inKeyguardRestrictedKeyInputMode(); in keyguardOn()
5732 public boolean inKeyguardRestrictedKeyInputMode() { in inKeyguardRestrictedKeyInputMode() method in PhoneWindowManager
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java5437 return mPolicy.inKeyguardRestrictedKeyInputMode(); in inKeyguardRestrictedInputMode()