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