Searched refs:LOCKSCREEN (Results 1 – 1 of 1) sorted by relevance
68 private static final int LOCKSCREEN = 1; field in AuthenticationBoundKeyTestActivity165 createKey(LOCKSCREEN); in setupTests()216 return testType == LOCKSCREEN ? LOCKSCREEN_KEY_NAME : FINGERPRINT_KEY_NAME; in getKeyName()234 if (testType == LOCKSCREEN) { in createKey()266 cipher.init(Cipher.ENCRYPT_MODE, loadSecretKey(LOCKSCREEN)); in tryEncryptWithLockscreenKey()275 createKey(LOCKSCREEN); in tryEncryptWithLockscreenKey()