Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java3447 final long MINIMUM_STRONG_AUTH_TIMEOUT_MS = TimeUnit.HOURS.toMillis(1); in testSetRequiredStrongAuthTimeout_DeviceOwner() local
3449 final long MIN_PLUS_ONE_MINUTE = MINIMUM_STRONG_AUTH_TIMEOUT_MS + ONE_MINUTE; in testSetRequiredStrongAuthTimeout_DeviceOwner()
3491 dpm.setRequiredStrongAuthTimeout(admin1, MINIMUM_STRONG_AUTH_TIMEOUT_MS - ONE_MINUTE); in testSetRequiredStrongAuthTimeout_DeviceOwner()
3493 .isEqualTo(MINIMUM_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner()
3495 .isEqualTo(MINIMUM_STRONG_AUTH_TIMEOUT_MS); in testSetRequiredStrongAuthTimeout_DeviceOwner()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java746 private static final long MINIMUM_STRONG_AUTH_TIMEOUT_MS = TimeUnit.HOURS.toMillis(1); field in DevicePolicyManagerService
6051 return MINIMUM_STRONG_AUTH_TIMEOUT_MS;
6056 MINIMUM_STRONG_AUTH_TIMEOUT_MS),
6057 MINIMUM_STRONG_AUTH_TIMEOUT_MS);