Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt175 private var pendingAuthenticateRequest = MutableStateFlow<AuthenticationRequest?>(null) variable
354 pendingAuthenticateRequest.value?.uiEvent, in clearPendingAuthRequest()
355 pendingAuthenticateRequest.value?.fallbackToDetection in clearPendingAuthRequest()
357 pendingAuthenticateRequest.value = null in clearPendingAuthRequest()
540 if (pendingAuthenticateRequest.value != null) { in requestAuthenticate()
542 pendingAuthenticateRequest.value?.uiEvent, in requestAuthenticate()
547 pendingAuthenticateRequest.value = AuthenticationRequest(uiEvent, fallbackToDetection) in requestAuthenticate()
552 pendingAuthenticateRequest, in processPendingAuthRequests()
687 pendingAuthenticateRequest.value?.uiEvent in cancel()