Home
last modified time | relevance | path

Searched refs:MINIMUM_STRONG_AUTH_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java3410 final long MINIMUM_STRONG_AUTH_TIMEOUT_MS = TimeUnit.HOURS.toMillis(1); in testSetRequiredStrongAuthTimeout_DeviceOwner() local
3412 final long MIN_PLUS_ONE_MINUTE = MINIMUM_STRONG_AUTH_TIMEOUT_MS + ONE_MINUTE; in testSetRequiredStrongAuthTimeout_DeviceOwner()
3454 dpm.setRequiredStrongAuthTimeout(admin1, MINIMUM_STRONG_AUTH_TIMEOUT_MS - ONE_MINUTE); in testSetRequiredStrongAuthTimeout_DeviceOwner()
3456 .isEqualTo(MINIMUM_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner()
3458 .isEqualTo(MINIMUM_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java560 private static final long MINIMUM_STRONG_AUTH_TIMEOUT_MS = TimeUnit.HOURS.toMillis(1); field in DevicePolicyManagerService
5373 return MINIMUM_STRONG_AUTH_TIMEOUT_MS;
5378 MINIMUM_STRONG_AUTH_TIMEOUT_MS),
5379 MINIMUM_STRONG_AUTH_TIMEOUT_MS);