Searched refs:strongAuthUnlockTimeout (Results 1 – 2 of 2) sorted by relevance
210 long strongAuthUnlockTimeout = 0; // admin doesn't participate by default field in ActiveAdmin453 if (strongAuthUnlockTimeout != DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) { in writeToXml()455 out, TAG_STRONG_AUTH_UNLOCK_TIMEOUT, strongAuthUnlockTimeout); in writeToXml()806 strongAuthUnlockTimeout = parser.getAttributeLong(null, ATTR_VALUE); in readFromXml()1273 pw.println(strongAuthUnlockTimeout); in dump()
2544 if (parentAdmin.strongAuthUnlockTimeout in moveDoPoliciesToProfileParentAdminLocked()2546 parentAdmin.strongAuthUnlockTimeout = doAdmin.strongAuthUnlockTimeout; in moveDoPoliciesToProfileParentAdminLocked()5992 if (ap.strongAuthUnlockTimeout != timeoutMs) {5993 ap.strongAuthUnlockTimeout = timeoutMs;6031 return admin != null ? admin.strongAuthUnlockTimeout : 0;6038 long strongAuthUnlockTimeout = DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS;6040 final long timeout = admins.get(i).strongAuthUnlockTimeout;6042 strongAuthUnlockTimeout = Math.min(timeout, strongAuthUnlockTimeout);6045 return Math.max(strongAuthUnlockTimeout, getMinimumStrongAuthTimeoutMs());