Searched refs:mIsStrongBiometric (Results 1 – 7 of 7) sorted by relevance
70 private final boolean mIsStrongBiometric; field in AuthenticationClient103 mIsStrongBiometric = isStrongBiometric; in AuthenticationClient()232 if (mIsStrongBiometric) { in onAuthenticated()239 if (!isBiometricPrompt() && mIsStrongBiometric) { in onAuthenticated()253 getTargetUserId(), mIsStrongBiometric); in onAuthenticated() local257 getTargetUserId(), mIsStrongBiometric); in onAuthenticated() local
50 private final boolean mIsStrongBiometric; field in FingerprintDetectClient66 mIsStrongBiometric = isStrongBiometric; in FingerprintDetectClient()132 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
50 private final boolean mIsStrongBiometric; field in FaceDetectClient77 mIsStrongBiometric = isStrongBiometric; in FaceDetectClient()146 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
58 private final boolean mIsStrongBiometric; field in FingerprintDetectClient75 mIsStrongBiometric = isStrongBiometric; in FingerprintDetectClient()151 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onAuthenticated() local
958 private final boolean mIsStrongBiometric; field in FaceManager.AuthenticationResult972 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()1012 return mIsStrongBiometric; in isStrongBiometric()
327 private boolean mIsStrongBiometric; field in FingerprintManager.AuthenticationResult341 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()372 return mIsStrongBiometric; in isStrongBiometric()
513 private final boolean mIsStrongBiometric; field in KeyguardUpdateMonitor.BiometricAuthenticated517 this.mIsStrongBiometric = isStrongBiometric; in BiometricAuthenticated()1587 && isUnlockingWithBiometricAllowed(fingerprint.mIsStrongBiometric); in getUserUnlockedWithBiometric()1598 && isUnlockingWithBiometricAllowed(face.mIsStrongBiometric); in getUserUnlockedWithFace()1610 && isUnlockingWithBiometricAllowed(fingerprint.mIsStrongBiometric); in getUserUnlockedWithBiometricAndIsBypassing()1612 && isUnlockingWithBiometricAllowed(face.mIsStrongBiometric); in getUserUnlockedWithBiometricAndIsBypassing()4480 && isUnlockingWithBiometricAllowed(fingerprint.mIsStrongBiometric))); in dump()4542 + (face != null && isUnlockingWithBiometricAllowed(face.mIsStrongBiometric))); in dump()