Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/data/repository/
H A DFakePromptRepository.kt20 private var _challenge = MutableStateFlow<Long?>(null) regex
21 override val challenge = _challenge.asStateFlow()
45 _challenge.value = gatekeeperChallenge
53 _challenge.value = null
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
H A DPromptRepository.kt102 private val _challenge: MutableStateFlow<Long?> = MutableStateFlow(null)
103 override val challenge: StateFlow<Long?> = _challenge.asStateFlow()
133 _challenge.value = gatekeeperChallenge
140 _challenge.value = null