Searched refs:MINIMUM_STRONG_AUTH_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance
2655 final long MINIMUM_STRONG_AUTH_TIMEOUT_MS = TimeUnit.HOURS.toMillis(1); in testSetRequiredStrongAuthTimeout_DeviceOwner() local2657 final long MIN_PLUS_ONE_MINUTE = MINIMUM_STRONG_AUTH_TIMEOUT_MS + ONE_MINUTE; in testSetRequiredStrongAuthTimeout_DeviceOwner()2699 dpm.setRequiredStrongAuthTimeout(admin1, MINIMUM_STRONG_AUTH_TIMEOUT_MS - ONE_MINUTE); in testSetRequiredStrongAuthTimeout_DeviceOwner()2700 assertEquals(dpm.getRequiredStrongAuthTimeout(admin1), MINIMUM_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner() local2701 assertEquals(dpm.getRequiredStrongAuthTimeout(null), MINIMUM_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner() local
427 private static final long MINIMUM_STRONG_AUTH_TIMEOUT_MS = TimeUnit.HOURS.toMillis(1); field in DevicePolicyManagerService5108 return MINIMUM_STRONG_AUTH_TIMEOUT_MS; in getMinimumStrongAuthTimeoutMs()5113 MINIMUM_STRONG_AUTH_TIMEOUT_MS), in getMinimumStrongAuthTimeoutMs()5114 MINIMUM_STRONG_AUTH_TIMEOUT_MS); in getMinimumStrongAuthTimeoutMs()