Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java176 if (tryEncryptWithFingerprintKey(mFingerprintCipher)) { in setupTests()
289 private boolean tryEncryptWithFingerprintKey(Cipher cipher) { in tryEncryptWithFingerprintKey() method in AuthenticationBoundKeyTestActivity
353 if (tryEncryptWithFingerprintKey(mFingerprintCipher)) { in onAuthenticationSucceeded()