Searched refs:MINIMUM_STRONG_AUTH_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance
2682 final long MINIMUM_STRONG_AUTH_TIMEOUT_MS = TimeUnit.HOURS.toMillis(1); in testSetRequiredStrongAuthTimeout_DeviceOwner() local2684 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() local2728 assertEquals(dpm.getRequiredStrongAuthTimeout(null), MINIMUM_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner() local
481 private static final long MINIMUM_STRONG_AUTH_TIMEOUT_MS = TimeUnit.HOURS.toMillis(1); field in DevicePolicyManagerService5442 return MINIMUM_STRONG_AUTH_TIMEOUT_MS; in getMinimumStrongAuthTimeoutMs()5447 MINIMUM_STRONG_AUTH_TIMEOUT_MS), in getMinimumStrongAuthTimeoutMs()5448 MINIMUM_STRONG_AUTH_TIMEOUT_MS); in getMinimumStrongAuthTimeoutMs()