Searched refs:screenPowerState (Results 1 – 8 of 8) sorted by relevance
88 private val screenPowerState = MutableStateFlow(ScreenPowerState.SCREEN_ON) constant116 whenever(powerInteractor.screenPowerState).thenReturn(screenPowerState) in setup()142 screenPowerState.emit(ScreenPowerState.SCREEN_OFF) in unfold_logsLatencyTillTransitionStarted()148 screenPowerState.emit(ScreenPowerState.SCREEN_ON) in unfold_logsLatencyTillTransitionStarted()191 screenPowerState.emit(ScreenPowerState.SCREEN_OFF) in unfold_progressUnavailable_logsLatencyTillScreenTurnedOn()197 screenPowerState.emit(ScreenPowerState.SCREEN_ON) in unfold_progressUnavailable_logsLatencyTillScreenTurnedOn()224 screenPowerState.emit(ScreenPowerState.SCREEN_OFF) in unfold_animationDisabled_logsLatencyTillScreenTurnedOn()230 screenPowerState.emit(ScreenPowerState.SCREEN_ON) in unfold_animationDisabled_logsLatencyTillScreenTurnedOn()255 screenPowerState.emit(ScreenPowerState.SCREEN_ON) in foldWhileStayingAwake_logsLatency()262 screenPowerState.emit(ScreenPowerState.SCREEN_OFF) in foldWhileStayingAwake_logsLatency()[all …]
70 val screenPowerState = repository.screenPowerState in <lambda>() constant in com.android.systemui.power.domain.interactor.PowerInteractor286 fun PowerInteractor.setScreenPowerState(screenPowerState: ScreenPowerState) { in <lambda>()287 this.onScreenPowerStateUpdated(screenPowerState) in <lambda>()
83 powerInteractor.get().screenPowerState.value != ScreenPowerState.SCREEN_OFF && in screenIsShowingContent()84 powerInteractor.get().screenPowerState.value != ScreenPowerState.SCREEN_TURNING_ON in screenIsShowingContent()
65 val screenPowerState: StateFlow<ScreenPowerState> constant146 override val screenPowerState = _screenPowerState.asStateFlow() in wakeUp() constant
95 powerInteractor.screenPowerState.collect { in <lambda>()146 powerInteractor.screenPowerState.filter { it == ScreenPowerState.SCREEN_ON }.first() in <lambda>()
162 powerInteractor.screenPowerState.filter { it == ScreenPowerState.SCREEN_ON }.first() in <lambda>()
42 override val screenPowerState = _screenPowerState.asStateFlow() constant in com.android.systemui.power.data.repository.FakePowerRepository
98 powerInteractor.screenPowerState.filter { it == SCREEN_ON }.first() in <lambda>()