Home
last modified time | relevance | path

Searched refs:mIsStrongBiometric (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAuthenticationClient.java70 private final boolean mIsStrongBiometric; field in AuthenticationClient
103 mIsStrongBiometric = isStrongBiometric; in AuthenticationClient()
232 if (mIsStrongBiometric) { in onAuthenticated()
239 if (!isBiometricPrompt() && mIsStrongBiometric) { in onAuthenticated()
253 getTargetUserId(), mIsStrongBiometric); in onAuthenticated() local
257 getTargetUserId(), mIsStrongBiometric); in onAuthenticated() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintDetectClient.java50 private final boolean mIsStrongBiometric; field in FingerprintDetectClient
66 mIsStrongBiometric = isStrongBiometric; in FingerprintDetectClient()
132 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceDetectClient.java50 private final boolean mIsStrongBiometric; field in FaceDetectClient
77 mIsStrongBiometric = isStrongBiometric; in FaceDetectClient()
146 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprintDetectClient.java58 private final boolean mIsStrongBiometric; field in FingerprintDetectClient
75 mIsStrongBiometric = isStrongBiometric; in FingerprintDetectClient()
151 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onAuthenticated() local
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java958 private final boolean mIsStrongBiometric; field in FaceManager.AuthenticationResult
972 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()
1012 return mIsStrongBiometric; in isStrongBiometric()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java327 private boolean mIsStrongBiometric; field in FingerprintManager.AuthenticationResult
341 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()
372 return mIsStrongBiometric; in isStrongBiometric()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java513 private final boolean mIsStrongBiometric; field in KeyguardUpdateMonitor.BiometricAuthenticated
517 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()