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.java65 private static final int LOCKSCREEN = 1; field in AuthenticationBoundKeyTestActivity
159 createKey(LOCKSCREEN); in setupTests()
203 return testType == LOCKSCREEN ? LOCKSCREEN_KEY_NAME : FINGERPRINT_KEY_NAME; in getKeyName()
221 if (testType == LOCKSCREEN) { in createKey()
253 cipher.init(Cipher.ENCRYPT_MODE, loadSecretKey(LOCKSCREEN)); in tryEncryptWithLockscreenKey()
262 createKey(LOCKSCREEN); in tryEncryptWithLockscreenKey()