Searched refs:strongAuthUnlockTimeout (Results 1 – 1 of 1) sorted by relevance
986 long strongAuthUnlockTimeout = 0; // admin doesn't participate by default field in DevicePolicyManagerService.ActiveAdmin1173 if (strongAuthUnlockTimeout != DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) { in writeToXml()1175 out.attribute(null, ATTR_VALUE, Long.toString(strongAuthUnlockTimeout)); in writeToXml()1432 strongAuthUnlockTimeout = Long.parseLong( in readFromXml()1705 pw.println(strongAuthUnlockTimeout); in dump()5397 if (ap.strongAuthUnlockTimeout != timeoutMs) { in setRequiredStrongAuthTimeout()5398 ap.strongAuthUnlockTimeout = timeoutMs; in setRequiredStrongAuthTimeout()5423 return admin != null ? admin.strongAuthUnlockTimeout : 0; in getRequiredStrongAuthTimeout()5429 long strongAuthUnlockTimeout = DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS; in getRequiredStrongAuthTimeout() local5431 final long timeout = admins.get(i).strongAuthUnlockTimeout; in getRequiredStrongAuthTimeout()[all …]