Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardRepository.kt70 private val _isDozing = MutableStateFlow(false) constant in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository
71 override val isDozing: StateFlow<Boolean> = _isDozing
168 _isDozing.value = isDozing in setIsDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardRepository.kt467 private val _isDozing = MutableStateFlow(statusBarStateController.isDozing) constant
468 override val isDozing: StateFlow<Boolean> = _isDozing.asStateFlow()
471 _isDozing.value = isDozing in setIsDozing()