Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt204 private val canRunDetection: StateFlow<Boolean> constant
276 canRunDetection =
361 canRunDetection in observeFaceDetectGatingChecks()
554 canRunDetection, in processPendingAuthRequests()
621 } else if (canRunDetection.value) { in authenticate()