Searched defs:dl (Results 1 – 3 of 3) sorted by relevance
105 try (DeviceLockSession dl = new DeviceLockSession()) { in testUserAuth()116 void doTestUserAuth(DeviceLockSession dl, KeyguardManager keyguardManager) throws Exception { in doTestUserAuth()
645 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()
45 public TextData(String t, String i, String dp, String dl) { in TextData()