Searched refs:LOCKSCREEN (Results 1 – 1 of 1) sorted by relevance
65 private static final int LOCKSCREEN = 1; field in AuthenticationBoundKeyTestActivity159 createKey(LOCKSCREEN); in setupTests()203 return testType == LOCKSCREEN ? LOCKSCREEN_KEY_NAME : FINGERPRINT_KEY_NAME; in getKeyName()219 if (testType == LOCKSCREEN) { in createKey()250 cipher.init(Cipher.ENCRYPT_MODE, loadSecretKey(LOCKSCREEN)); in tryEncryptWithLockscreenKey()259 createKey(LOCKSCREEN); in tryEncryptWithLockscreenKey()