Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/domain/interactor/
DPowerInteractorTest.kt101 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true) in wakeUpIfDozing_notDozing_notWoken()
111 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(false) in wakeUpIfDozing_notAllowed_notWoken()
123 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true) in wakeUpIfDozing_dozingAndAllowed_wokenAndFalsingNotified()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/
DNotificationShelfInteractorTest.kt53 whenever(it.allowWakeUpIfDozing()).thenReturn(true) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationController.kt113 fun allowWakeUpIfDozing(): Boolean = in allowWakeUpIfDozing() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModelTest.kt70 whenever(allowWakeUpIfDozing()).thenReturn(true) in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/
DPowerInteractor.kt92 statusBarStateController.isDozing && screenOffAnimationController.allowWakeUpIfDozing() in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DPulsingGestureListenerTest.kt104 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true) in setUp()