Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DUserAuthTest.java57 private class DeviceLockSession extends ActivityManagerTestBase implements AutoCloseable { class in UserAuthTest
61 public DeviceLockSession() throws Exception { in DeviceLockSession() method in UserAuthTest.DeviceLockSession
105 try (DeviceLockSession dl = new DeviceLockSession()) { in testUserAuth()
116 void doTestUserAuth(DeviceLockSession dl, KeyguardManager keyguardManager) throws Exception { in doTestUserAuth()
/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java317 private class DeviceLockSession extends ActivityManagerTestBase implements AutoCloseable { class in CipherTest
321 public DeviceLockSession() throws Exception { in DeviceLockSession() method in CipherTest.DeviceLockSession
645 try (DeviceLockSession dl = new DeviceLockSession()) { in testKeyguardLockAndUnlock()
667 try (DeviceLockSession dl = new DeviceLockSession()) { in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired()
780 try (DeviceLockSession dl = new DeviceLockSession()) { in testUnlockedDeviceRequiredKeysAreInvalidatedByLockRemoval()
798 try (DeviceLockSession dl = new DeviceLockSession()) { in testUnlockedDeviceRequiredKeysAreNotInvalidatedByLockRemoval()
1305 try (DeviceLockSession dl = new DeviceLockSession()) { in testCanCreateAuthBoundKeyWhenScreenLocked()
1353 try (DeviceLockSession dl = new DeviceLockSession()) { in testAuthBoundKeysAreInvalidatedByLockRemoval()
1378 try (DeviceLockSession dl = new DeviceLockSession()) { in testAuthBoundKeysKeyPermanentlyInvalidatedException()