Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DLskfBoundKeysTest.java82 if (tryEncrypt()) { in onCreate()
142 private boolean tryEncrypt() { in tryEncrypt() method in LskfBoundKeysTest
201 if (tryEncrypt()) { in onActivityResult()
DFingerprintBoundKeysTest.java170 if (tryEncrypt()) { in startTest()
227 protected boolean tryEncrypt() { in tryEncrypt() method in FingerprintBoundKeysTest
239 return tryEncrypt(); in doValidityDurationTest()
344 if (mActivity.tryEncrypt() && in onAuthenticationSucceeded()
DUnlockedDeviceRequiredKeysTest.java200 private static boolean tryEncrypt(boolean shouldFail) { in tryEncrypt() method in UnlockedDeviceRequiredKeysTest
509 encryptSuccess = tryEncrypt(shouldFail); in verifyEncrypt()