Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DBiometricUnlockLogger.kt55 fun logUdfpsAttemptThresholdMet(consecutiveFailedAttempts: Int) { in logUdfpsAttemptThresholdMet() method in com.android.keyguard.logging.BiometricUnlockLogger
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java756 mLogger.logUdfpsAttemptThresholdMet(mNumConsecutiveFpFailures); in onBiometricAuthFailed()