Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
DFaceAuthenticationLogger.kt261 canRunDetect: Boolean, in notProcessingRequestYet()
271 bool2 = canRunDetect in notProcessingRequestYet()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt556 ) { pending, canRunAuth, canRunDetect, cancelInProgress -> in processPendingAuthRequests() method
559 !(canRunAuth || (canRunDetect && pending.fallbackToDetection)) || in processPendingAuthRequests()
565 canRunDetect, in processPendingAuthRequests()