Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeDeviceEntryFaceAuthRepository.kt52 private val _runningAuthRequest = MutableStateFlow<Pair<FaceAuthUiEvent, Boolean>?>(null) constant
54 _runningAuthRequest.asStateFlow()
65 _runningAuthRequest.value = uiEvent to fallbackToDetection in requestAuthenticate()
71 _runningAuthRequest.value = null in cancel()