Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DUnlockedDeviceRequiredKeysTest.java200 private static boolean tryEncrypt(boolean shouldFail) { in tryEncrypt() argument
214 if (!shouldFail) { in tryEncrypt()
503 private boolean verifyEncrypt(boolean shouldFail) { in verifyEncrypt() argument
509 encryptSuccess = tryEncrypt(shouldFail); in verifyEncrypt()
510 if (shouldFail != encryptSuccess) { in verifyEncrypt()