Home
last modified time | relevance | path

Searched defs:setKeyguardOccluded (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardRepository.kt159 fun setKeyguardOccluded(isOccluded: Boolean) { in setKeyguardOccluded() method in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java75 default void setKeyguardOccluded(boolean occluded) {} in setKeyguardOccluded() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java700 public void setKeyguardOccluded(boolean occluded) { in setKeyguardOccluded() method in NotificationShadeWindowControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java1706 public void setKeyguardOccluded(boolean keyguardOccluded) { in setKeyguardOccluded() method in ScrimController