Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardRepository.kt102 private val _isKeyguardGoingAway = MutableStateFlow(false) constant
103 override val isKeyguardGoingAway: Flow<Boolean> = _isKeyguardGoingAway
156 _isKeyguardGoingAway.value = isGoingAway in setKeyguardGoingAway()