Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java2685 final long MAX_MINUS_ONE_MINUTE = DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS in testSetRequiredStrongAuthTimeout_DeviceOwner()
2706 DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner()
2713 DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS + ONE_MINUTE); in testSetRequiredStrongAuthTimeout_DeviceOwner()
2715 DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner()
2717 DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner()
2723 DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner()
2743 DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java537 public static final long DEFAULT_STRONG_AUTH_TIMEOUT_MS = 72 * 60 * 60 * 1000; // 72h field in DevicePolicyManager
4008 return DEFAULT_STRONG_AUTH_TIMEOUT_MS; in getRequiredStrongAuthTimeout()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1173 if (strongAuthUnlockTimeout != DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) { in writeToXml()
5389 if (timeoutMs > DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) { in setRequiredStrongAuthTimeout()
5390 timeoutMs = DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS; in setRequiredStrongAuthTimeout()
5412 return DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS; in getRequiredStrongAuthTimeout()
5429 long strongAuthUnlockTimeout = DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS; in getRequiredStrongAuthTimeout()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2489 Landroid/app/admin/DevicePolicyManager;->DEFAULT_STRONG_AUTH_TIMEOUT_MS:J