Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java66 private static final int LOCKSCREEN = 1; field in AuthenticationBoundKeyTestActivity
160 createKey(LOCKSCREEN); in setupTests()
206 return testType == LOCKSCREEN ? LOCKSCREEN_KEY_NAME : FINGERPRINT_KEY_NAME; in getKeyName()
224 if (testType == LOCKSCREEN) { in createKey()
256 cipher.init(Cipher.ENCRYPT_MODE, loadSecretKey(LOCKSCREEN)); in tryEncryptWithLockscreenKey()
265 createKey(LOCKSCREEN); in tryEncryptWithLockscreenKey()