Home
last modified time | relevance | path

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

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