Searched refs:isShowingOnLockscreen (Results 1 – 4 of 4) sorted by relevance
81 notificationStackInteractor.isShowingOnLockscreen, in <lambda>()82 ) { hasNotifications, isShowingOnLockscreen -> in <lambda>() method83 hasNotifications || !isShowingOnLockscreen in <lambda>()98 notificationStackInteractor.isShowingOnLockscreen, in <lambda>()99 ) { hasNotifications, isQsFullScreen, isShowingOnLockscreen -> in <lambda>() method106 isShowingOnLockscreen -> false in <lambda>()152 notificationStackInteractor.isShowingOnLockscreen, in <lambda>()158 isShowingOnLockscreen, in <lambda>() method170 isShowingOnLockscreen -> VisibilityChange.DISAPPEAR_WITHOUT_ANIMATION in <lambda>()279 notificationStackInteractor.isShowingOnLockscreen, in <lambda>()
48 val onLockscreen by collectLastValue(underTest.isShowingOnLockscreen) in testIsShowingOnLockscreen_falseWhenViewingShade()61 val onLockscreen by collectLastValue(underTest.isShowingOnLockscreen) in testIsShowingOnLockscreen_trueWhenViewingKeyguard()74 val onLockscreen by collectLastValue(underTest.isShowingOnLockscreen) in testIsShowingOnLockscreen_trueWhenStartingToSleep()
38 val isPaused = stackInteractor.isShowingOnLockscreen.dumpWhileCollecting("isPaused")
37 val isShowingOnLockscreen: Flow<Boolean> = in <lambda>() constant