Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java198 private static final long TEST_MAX_TIME_TO_LOCK = TimeUnit.HOURS.toMillis(1); field in SecurityLoggingTest
607 mDevicePolicyManager.setMaximumTimeToLock(getWho(), TEST_MAX_TIME_TO_LOCK); in generateLockingPolicyEvents() local
647 getLong(e, MAX_SCREEN_TIMEOUT_INDEX) == TEST_MAX_TIME_TO_LOCK); in verifyLockingPolicyEventsPresent()