Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
H A DFakeKeyguardRepository.kt100 private val _isKeyguardGoingAway = MutableStateFlow(false) regex
101 override val isKeyguardGoingAway: Flow<Boolean> = _isKeyguardGoingAway
163 _isKeyguardGoingAway.value = isGoingAway