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.java176 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.java517 try (DeviceLockSession dl = new DeviceLockSession()) { in testKeyguardLockAndUnlock()
538 try (DeviceLockSession dl = new DeviceLockSession()) { in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired()
1030 try (DeviceLockSession dl = new DeviceLockSession()) { in testCanCreateAuthBoundKeyWhenScreenLocked()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsProvider.java45 public TextData(String t, String i, String dp, String dl) { in TextData()