Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java236 public void onKeyguardOccludedChangedLw(boolean occluded) { in onKeyguardOccludedChangedLw() method in TestWindowManagerPolicy
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java172 void onKeyguardOccludedChangedLw(boolean occluded); in onKeyguardOccludedChangedLw() method
H A DPhoneWindowManager.java3710 public void onKeyguardOccludedChangedLw(boolean occluded) {
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DKeyguardController.java424 mWindowManager.mPolicy.onKeyguardOccludedChangedLw(occluded); in handleOccludedChanged()