Home
last modified time | relevance | path

Searched defs:dl (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/identity/src/android/security/identity/cts/
DUserAuthTest.java105 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.java645 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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsProvider.java45 public TextData(String t, String i, String dp, String dl) { in TextData()