Home
last modified time | relevance | path

Searched refs:hasStrongBiometrics (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DAbstractUserAuthenticationTest.java157 final boolean noStrongBiometricHardware = !hasStrongBiometrics(); in onCreate()
297 !hasStrongBiometrics()) { in testCredentialBoundEncryption()
398 private boolean hasStrongBiometrics() { in hasStrongBiometrics() method in AbstractUserAuthenticationTest
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DFingerprintBoundKeysTest.java147 if (!hasStrongBiometrics()) in checkBiometricStrength()
162 private boolean hasStrongBiometrics() { in hasStrongBiometrics() method in FingerprintBoundKeysTest
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java101 && mFingerprintManager.isHardwareDetected() && hasStrongBiometrics(); in onCreate()
198 private boolean hasStrongBiometrics() { in hasStrongBiometrics() method in AuthenticationBoundKeyTestActivity