Searched refs:_screenPowerState (Results 1 – 2 of 2) sorted by relevance
41 private val _screenPowerState = MutableStateFlow(ScreenPowerState.SCREEN_OFF) constant in com.android.systemui.power.data.repository.FakePowerRepository42 override val screenPowerState = _screenPowerState.asStateFlow()78 _screenPowerState.value = state in setScreenPowerState()
145 private val _screenPowerState = MutableStateFlow(ScreenPowerState.SCREEN_OFF) in wakeUp() constant146 override val screenPowerState = _screenPowerState.asStateFlow() in wakeUp()149 _screenPowerState.value = state in wakeUp()