Searched defs:dl (Results 1 – 2 of 2) sorted by relevance
188 try (DeviceLockSession dl = new DeviceLockSession()) { in testUserAuth()199 void doTestUserAuth(DeviceLockSession dl, KeyguardManager keyguardManager) throws Exception { in doTestUserAuth()
45 public TextData(String t, String i, String dp, String dl) { in TextData()