Home
last modified time | relevance | path

Searched refs:DEFAULT_STRONG_AUTH_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java2658 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()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java491 public static final long DEFAULT_STRONG_AUTH_TIMEOUT_MS = 72 * 60 * 60 * 1000; // 72h field in DevicePolicyManager
3308 return DEFAULT_STRONG_AUTH_TIMEOUT_MS; in getRequiredStrongAuthTimeout()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1102 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()