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.java2682 final long MINIMUM_STRONG_AUTH_TIMEOUT_MS = TimeUnit.HOURS.toMillis(1); in testSetRequiredStrongAuthTimeout_DeviceOwner() local
2684 final long MIN_PLUS_ONE_MINUTE = MINIMUM_STRONG_AUTH_TIMEOUT_MS + ONE_MINUTE; in testSetRequiredStrongAuthTimeout_DeviceOwner()
2726 dpm.setRequiredStrongAuthTimeout(admin1, MINIMUM_STRONG_AUTH_TIMEOUT_MS - ONE_MINUTE); in testSetRequiredStrongAuthTimeout_DeviceOwner()
2727 assertEquals(dpm.getRequiredStrongAuthTimeout(admin1), MINIMUM_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner() local
2728 assertEquals(dpm.getRequiredStrongAuthTimeout(null), MINIMUM_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner() local
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java481 private static final long MINIMUM_STRONG_AUTH_TIMEOUT_MS = TimeUnit.HOURS.toMillis(1); field in DevicePolicyManagerService
5442 return MINIMUM_STRONG_AUTH_TIMEOUT_MS; in getMinimumStrongAuthTimeoutMs()
5447 MINIMUM_STRONG_AUTH_TIMEOUT_MS), in getMinimumStrongAuthTimeoutMs()
5448 MINIMUM_STRONG_AUTH_TIMEOUT_MS); in getMinimumStrongAuthTimeoutMs()