Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java303 getAlwaysOn() && (mKeyguardVisible || shouldControlUnlockedScreenOff()); in updateControlScreenOff()
325 public boolean shouldControlUnlockedScreenOff() { in shouldControlUnlockedScreenOff() method in DozeParameters
H A DScreenOffAnimationController.kt74 fun shouldControlUnlockedScreenOff(): Boolean = regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java340 when(mDozeParameters.shouldControlUnlockedScreenOff()).thenReturn(true); in testIsAnimatingScreenOff()