Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceDetectClient.java42 private final boolean mIsStrongBiometric; field in FaceDetectClient
51 mIsStrongBiometric = isStrongBiometric; in FaceDetectClient()
87 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintDetectClient.java44 private final boolean mIsStrongBiometric; field in FingerprintDetectClient
57 mIsStrongBiometric = isStrongBiometric; in FingerprintDetectClient()
97 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java71 private final boolean mIsStrongBiometric; field in AuthenticationClient
117 mIsStrongBiometric = isStrongBiometric; in AuthenticationClient()
260 if (mIsStrongBiometric) { in onAuthenticated()
271 if (addAuthTokenIfStrong && mIsStrongBiometric) { in onAuthenticated()
287 mIsStrongBiometric); in onAuthenticated() local
293 mIsStrongBiometric); in onAuthenticated() local
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DFingerprintDetectClient.java50 private final boolean mIsStrongBiometric; field in FingerprintDetectClient
63 mIsStrongBiometric = isStrongBiometric; in FingerprintDetectClient()
137 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onAuthenticated() local
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java274 private boolean mIsStrongBiometric; field in FingerprintManager.AuthenticationResult
288 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()
319 return mIsStrongBiometric; in isStrongBiometric()
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java842 private final boolean mIsStrongBiometric; field in FaceManager.AuthenticationResult
856 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()
896 return mIsStrongBiometric; in isStrongBiometric()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java402 private final boolean mIsStrongBiometric; field in KeyguardUpdateMonitor.BiometricAuthenticated
406 this.mIsStrongBiometric = isStrongBiometric; in BiometricAuthenticated()
1138 && isUnlockingWithBiometricAllowed(fingerprint.mIsStrongBiometric); in getUserUnlockedWithBiometric()
1140 && isUnlockingWithBiometricAllowed(face.mIsStrongBiometric); in getUserUnlockedWithBiometric()
3435 && isUnlockingWithBiometricAllowed(fingerprint.mIsStrongBiometric))); in dump()
3462 + (face != null && isUnlockingWithBiometricAllowed(face.mIsStrongBiometric))); in dump()