Searched refs:LOCKSCREEN (Results 1 – 1 of 1) sorted by relevance
66 private static final int LOCKSCREEN = 1; field in AuthenticationBoundKeyTestActivity160 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()