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.java98 private class DeviceLockSession extends ActivityManagerTestBase implements AutoCloseable { class in UserAuthTest
102 public DeviceLockSession() throws Exception { in DeviceLockSession() method in UserAuthTest.DeviceLockSession
176 try (DeviceLockSession dl = new DeviceLockSession()) { in testUserAuth()
187 void doTestUserAuth(DeviceLockSession dl, KeyguardManager keyguardManager) throws Exception { in doTestUserAuth()
/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java270 private class DeviceLockSession extends ActivityManagerTestBase implements AutoCloseable { class in CipherTest
274 public DeviceLockSession() throws Exception { in DeviceLockSession() method in CipherTest.DeviceLockSession
517 try (DeviceLockSession dl = new DeviceLockSession()) { in testKeyguardLockAndUnlock()
538 try (DeviceLockSession dl = new DeviceLockSession()) { in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired()
1030 try (DeviceLockSession dl = new DeviceLockSession()) { in testCanCreateAuthBoundKeyWhenScreenLocked()