Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationController.kt108 fun allowWakeUpIfDozing(): Boolean = in allowWakeUpIfDozing() method
DCentralSurfacesImpl.java1550 if (mDozing && mScreenOffAnimationController.allowWakeUpIfDozing()) { in wakeUpIfDozing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java1266 when(mScreenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true); in dozing_wakeUp()
1280 when(mScreenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true); in notDozing_noWakeUp()