Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
H A DFaceAuthenticationLogger.kt201 fun canRunDetectionChanged(canRunDetection: Boolean) {
205 { bool1 = canRunDetection },
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFaceAuthRepository.kt207 private val canRunDetection = MutableStateFlow(false) regex
323 canRunDetection.value = it
550 } else if (fallbackToDetection && canRunDetection.value) {