Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceDetectClient.java44 private final boolean mIsStrongBiometric; field in FaceDetectClient
56 mIsStrongBiometric = isStrongBiometric; in FaceDetectClient()
101 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAuthenticationClient.java72 private final boolean mIsStrongBiometric; field in AuthenticationClient
118 mIsStrongBiometric = isStrongBiometric; in AuthenticationClient()
265 if (mIsStrongBiometric) { in onAuthenticated()
276 if (addAuthTokenIfStrong && mIsStrongBiometric) { in onAuthenticated()
292 mIsStrongBiometric); in onAuthenticated() local
298 mIsStrongBiometric); in onAuthenticated() local
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintDetectClient.java45 private final boolean mIsStrongBiometric; field in FingerprintDetectClient
59 mIsStrongBiometric = isStrongBiometric; in FingerprintDetectClient()
99 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprintDetectClient.java52 private final boolean mIsStrongBiometric; field in FingerprintDetectClient
67 mIsStrongBiometric = isStrongBiometric; in FingerprintDetectClient()
141 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onAuthenticated() local
/aosp12/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java837 private final boolean mIsStrongBiometric; field in FaceManager.AuthenticationResult
851 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()
891 return mIsStrongBiometric; in isStrongBiometric()
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java290 private boolean mIsStrongBiometric; field in FingerprintManager.AuthenticationResult
304 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()
335 return mIsStrongBiometric; in isStrongBiometric()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java410 private final boolean mIsStrongBiometric; field in KeyguardUpdateMonitor.BiometricAuthenticated
414 this.mIsStrongBiometric = isStrongBiometric; in BiometricAuthenticated()
1183 && isUnlockingWithBiometricAllowed(fingerprint.mIsStrongBiometric); in getUserUnlockedWithBiometric()
1185 && isUnlockingWithBiometricAllowed(face.mIsStrongBiometric); in getUserUnlockedWithBiometric()
3477 && isUnlockingWithBiometricAllowed(fingerprint.mIsStrongBiometric))); in dump()
3504 + (face != null && isUnlockingWithBiometricAllowed(face.mIsStrongBiometric))); in dump()