Searched defs:dl (Results 1 – 3 of 3) sorted by relevance
176 try (DeviceLockSession dl = new DeviceLockSession()) { in testUserAuth()187 void doTestUserAuth(DeviceLockSession dl, KeyguardManager keyguardManager) throws Exception { in doTestUserAuth()
517 try (DeviceLockSession dl = new DeviceLockSession()) { in testKeyguardLockAndUnlock()538 try (DeviceLockSession dl = new DeviceLockSession()) { in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired()1030 try (DeviceLockSession dl = new DeviceLockSession()) { in testCanCreateAuthBoundKeyWhenScreenLocked()
45 public TextData(String t, String i, String dp, String dl) { in TextData()