Home
last modified time | relevance | path

Searched refs:_isUserSwitchingInProgress (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/data/repository/
H A DUserRepository.kt165 private val _isUserSwitchingInProgress = MutableStateFlow(false) regex
167 get() = _isUserSwitchingInProgress
278 .onEach { _isUserSwitchingInProgress.value = it }