Searched refs:DEFAULT_STRONG_AUTH_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
2658 final long MAX_MINUS_ONE_MINUTE = DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS in testSetRequiredStrongAuthTimeout_DeviceOwner()2679 DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner()2686 DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS + ONE_MINUTE); in testSetRequiredStrongAuthTimeout_DeviceOwner()2688 DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner()2690 DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner()2696 DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner()2716 DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner()
491 public static final long DEFAULT_STRONG_AUTH_TIMEOUT_MS = 72 * 60 * 60 * 1000; // 72h field in DevicePolicyManager3308 return DEFAULT_STRONG_AUTH_TIMEOUT_MS; in getRequiredStrongAuthTimeout()
1102 if (strongAuthUnlockTimeout != DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) { in writeToXml()5060 if (timeoutMs > DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) { in setRequiredStrongAuthTimeout()5061 timeoutMs = DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS; in setRequiredStrongAuthTimeout()5083 return DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS; in getRequiredStrongAuthTimeout()5095 long strongAuthUnlockTimeout = DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS; in getRequiredStrongAuthTimeout()