Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
DFaceAuthenticationLogger.kt260 canRunAuth: Boolean, in notProcessingRequestYet()
270 bool1 = canRunAuth 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()
564 canRunAuth, in processPendingAuthRequests()