Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DBiometricUnlockLogger.kt86 strongBiometric: Boolean, in logCalculateModeForFingerprintUnlockingNotAllowed()
97 bool1 = strongBiometric in logCalculateModeForFingerprintUnlockingNotAllowed()
135 strongBiometric: Boolean, in logCalculateModeForPassiveAuthUnlockingNotAllowed()
146 int1 = if (strongBiometric) 1 else 0 in logCalculateModeForPassiveAuthUnlockingNotAllowed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java632 boolean keyguardShowing, boolean deviceDreaming, boolean strongBiometric) { in logCalculateModeForFingerprint() argument
646 mLogger.logCalculateModeForFingerprintUnlockingNotAllowed(strongBiometric, in logCalculateModeForFingerprint()
703 boolean bypass, boolean strongBiometric) { in logCalculateModeForPassiveAuth() argument
718 strongBiometric, strongAuthFlags, nonStrongBiometricAllowed, in logCalculateModeForPassiveAuth()