Searched refs:mIsStrongBiometric (Results 1 – 7 of 7) sorted by relevance
44 private final boolean mIsStrongBiometric; field in FaceDetectClient56 mIsStrongBiometric = isStrongBiometric; in FaceDetectClient()101 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
72 private final boolean mIsStrongBiometric; field in AuthenticationClient118 mIsStrongBiometric = isStrongBiometric; in AuthenticationClient()265 if (mIsStrongBiometric) { in onAuthenticated()276 if (addAuthTokenIfStrong && mIsStrongBiometric) { in onAuthenticated()292 mIsStrongBiometric); in onAuthenticated() local298 mIsStrongBiometric); in onAuthenticated() local
45 private final boolean mIsStrongBiometric; field in FingerprintDetectClient59 mIsStrongBiometric = isStrongBiometric; in FingerprintDetectClient()99 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
52 private final boolean mIsStrongBiometric; field in FingerprintDetectClient67 mIsStrongBiometric = isStrongBiometric; in FingerprintDetectClient()141 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onAuthenticated() local
837 private final boolean mIsStrongBiometric; field in FaceManager.AuthenticationResult851 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()891 return mIsStrongBiometric; in isStrongBiometric()
290 private boolean mIsStrongBiometric; field in FingerprintManager.AuthenticationResult304 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()335 return mIsStrongBiometric; in isStrongBiometric()
410 private final boolean mIsStrongBiometric; field in KeyguardUpdateMonitor.BiometricAuthenticated414 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()