Searched refs:oemStrength (Results 1 – 4 of 4) sorted by relevance
68 public final @Authenticators.Types int oemStrength; // strength as configured by the OEM field in BiometricSensor94 this.oemStrength = strength; in BiometricSensor()154 return oemStrength | mUpdatedStrength; in getCurrentStrength()180 + ", oemStrength: " + oemStrength in toString()
100 + sensor.oemStrength); in revertStrengths()101 sensor.updateStrength(sensor.oemStrength); in revertStrengths()
182 Utils.isAtLeastStrength(sensor.oemStrength, requestedStrength); in getStatusForBiometricAuthenticator()
169 if (!Utils.isAtLeastStrength(sensor.oemStrength, Authenticators.BIOMETRIC_STRONG)) { in InvalidationTracker()