Searched refs:biometricStrength (Results 1 – 1 of 1) sorted by relevance
946 final int biometricStrength = authenticators & Authenticators.BIOMETRIC_WEAK; in authenticate() local947 if ((biometricStrength & ~Authenticators.BIOMETRIC_STRONG) != 0) { in authenticate()