Searched refs:isLockscreenOrShadeVisibleAndInteractive (Results 1 – 5 of 5) sorted by relevance
116 val actual by collectLastValue(underTest.isLockscreenOrShadeVisibleAndInteractive) in isLockscreenOrShadeVisibleAndInteractive_notVisible_false()127 val actual by collectLastValue(underTest.isLockscreenOrShadeVisibleAndInteractive) in isLockscreenOrShadeVisibleAndInteractive_deviceAsleep_false()138 val actual by collectLastValue(underTest.isLockscreenOrShadeVisibleAndInteractive) in isLockscreenOrShadeVisibleAndInteractive_visibleAndAwake_true()149 val actual by collectLastValue(underTest.isLockscreenOrShadeVisibleAndInteractive) in isLockscreenOrShadeVisibleAndInteractive_visibleAndStartingToWake_true()160 val actual by collectLastValue(underTest.isLockscreenOrShadeVisibleAndInteractive) in isLockscreenOrShadeVisibleAndStartingToSleep_false()
103 val isLockscreenOrShadeVisibleAndInteractive: StateFlow<Boolean> = in <lambda>() constant127 isLockscreenOrShadeVisibleAndInteractive.collect { interactive -> in <lambda>()
41 windowRootViewVisibilityInteractor.isLockscreenOrShadeVisibleAndInteractive
90 windowRootViewVisibilityInteractor.isLockscreenOrShadeVisibleAndInteractive.collect { in <lambda>()
258 mWindowRootViewVisibilityInteractor.isLockscreenOrShadeVisibleAndInteractive(), in start()