Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java3456 final long MAX_MINUS_ONE_MINUTE = DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS in testSetRequiredStrongAuthTimeout_DeviceOwner()
3476 assertThat(DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) in testSetRequiredStrongAuthTimeout_DeviceOwner()
3484 DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS + ONE_MINUTE); in testSetRequiredStrongAuthTimeout_DeviceOwner()
3485 assertThat(DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) in testSetRequiredStrongAuthTimeout_DeviceOwner()
3487 assertThat(DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) in testSetRequiredStrongAuthTimeout_DeviceOwner()
3493 assertThat(DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) in testSetRequiredStrongAuthTimeout_DeviceOwner()
3515 assertThat(DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) in testSetRequiredStrongAuthTimeout_DeviceOwner()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DActiveAdmin.java454 if (strongAuthUnlockTimeout != DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) { in writeToXml()
DDevicePolicyManagerService.java2564 == DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) { in moveDoPoliciesToProfileParentAdminLocked()
6160 if (timeoutMs > DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) {
6161 timeoutMs = DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS;
6202 return DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS;
6224 long strongAuthUnlockTimeout = DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS;
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java1196 public static final long DEFAULT_STRONG_AUTH_TIMEOUT_MS = 72 * 60 * 60 * 1000; // 72h field in DevicePolicyManager
6551 return DEFAULT_STRONG_AUTH_TIMEOUT_MS; in getRequiredStrongAuthTimeout()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2489 Landroid/app/admin/DevicePolicyManager;->DEFAULT_STRONG_AUTH_TIMEOUT_MS:J