Searched refs:mIsStrongBiometric (Results 1 – 7 of 7) sorted by relevance
42 private final boolean mIsStrongBiometric; field in FaceDetectClient51 mIsStrongBiometric = isStrongBiometric; in FaceDetectClient()87 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
44 private final boolean mIsStrongBiometric; field in FingerprintDetectClient57 mIsStrongBiometric = isStrongBiometric; in FingerprintDetectClient()97 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
71 private final boolean mIsStrongBiometric; field in AuthenticationClient117 mIsStrongBiometric = isStrongBiometric; in AuthenticationClient()260 if (mIsStrongBiometric) { in onAuthenticated()271 if (addAuthTokenIfStrong && mIsStrongBiometric) { in onAuthenticated()287 mIsStrongBiometric); in onAuthenticated() local293 mIsStrongBiometric); in onAuthenticated() local
50 private final boolean mIsStrongBiometric; field in FingerprintDetectClient63 mIsStrongBiometric = isStrongBiometric; in FingerprintDetectClient()137 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onAuthenticated() local
274 private boolean mIsStrongBiometric; field in FingerprintManager.AuthenticationResult288 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()319 return mIsStrongBiometric; in isStrongBiometric()
842 private final boolean mIsStrongBiometric; field in FaceManager.AuthenticationResult856 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()896 return mIsStrongBiometric; in isStrongBiometric()
402 private final boolean mIsStrongBiometric; field in KeyguardUpdateMonitor.BiometricAuthenticated406 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()