Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestWindowManagerPolicy.java240 public void onKeyguardOccludedChangedLw(boolean occluded) { in onKeyguardOccludedChangedLw() method in TestWindowManagerPolicy
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java172 void onKeyguardOccludedChangedLw(boolean occluded); in onKeyguardOccludedChangedLw() method
DPhoneWindowManager.java4201 public void onKeyguardOccludedChangedLw(boolean occluded) {
/frameworks/base/services/core/java/com/android/server/wm/
DKeyguardController.java444 mWindowManager.mPolicy.onKeyguardOccludedChangedLw(occluded); in handleOccludedChanged()