Searched refs:strongAuthUnlockTimeout (Results 1 – 2 of 2) sorted by relevance
211 long strongAuthUnlockTimeout = 0; // admin doesn't participate by default field in ActiveAdmin454 if (strongAuthUnlockTimeout != DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) { in writeToXml()456 out, TAG_STRONG_AUTH_UNLOCK_TIMEOUT, strongAuthUnlockTimeout); in writeToXml()807 strongAuthUnlockTimeout = parser.getAttributeLong(null, ATTR_VALUE); in readFromXml()1274 pw.println(strongAuthUnlockTimeout); in dump()
2563 if (parentAdmin.strongAuthUnlockTimeout in moveDoPoliciesToProfileParentAdminLocked()2565 parentAdmin.strongAuthUnlockTimeout = doAdmin.strongAuthUnlockTimeout; in moveDoPoliciesToProfileParentAdminLocked()6178 if (ap.strongAuthUnlockTimeout != timeoutMs) {6179 ap.strongAuthUnlockTimeout = timeoutMs;6217 return admin != null ? admin.strongAuthUnlockTimeout : 0;6224 long strongAuthUnlockTimeout = DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS;6226 final long timeout = admins.get(i).strongAuthUnlockTimeout;6228 strongAuthUnlockTimeout = Math.min(timeout, strongAuthUnlockTimeout);6231 return Math.max(strongAuthUnlockTimeout, getMinimumStrongAuthTimeoutMs());