Searched refs:shouldControlUnlockedScreenOff (Results 1 – 3 of 3) sorted by relevance
303 getAlwaysOn() && (mKeyguardVisible || shouldControlUnlockedScreenOff()); in updateControlScreenOff()325 public boolean shouldControlUnlockedScreenOff() { in shouldControlUnlockedScreenOff() method in DozeParameters
74 fun shouldControlUnlockedScreenOff(): Boolean = regex
340 when(mDozeParameters.shouldControlUnlockedScreenOff()).thenReturn(true); in testIsAnimatingScreenOff()