Searched refs:allowWakeUpIfDozing (Results 1 – 6 of 6) sorted by relevance
101 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()
53 whenever(it.allowWakeUpIfDozing()).thenReturn(true) in <lambda>()
113 fun allowWakeUpIfDozing(): Boolean = in allowWakeUpIfDozing() method
70 whenever(allowWakeUpIfDozing()).thenReturn(true) in create()
92 statusBarStateController.isDozing && screenOffAnimationController.allowWakeUpIfDozing() in <lambda>()
104 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true) in setUp()