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.java189 try (DeviceLockSession dl = new DeviceLockSession()) { in testUserAuth()
200 void doTestUserAuth(DeviceLockSession dl, KeyguardManager keyguardManager) throws Exception { in doTestUserAuth()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsProvider.java45 public TextData(String t, String i, String dp, String dl) { in TextData()
/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java627 try (DeviceLockSession dl = new DeviceLockSession()) { in testKeyguardLockAndUnlock()
649 try (DeviceLockSession dl = new DeviceLockSession()) { in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired()
1167 try (DeviceLockSession dl = new DeviceLockSession()) { in testCanCreateAuthBoundKeyWhenScreenLocked()