Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DRequiredStrongAuthTimeoutTest.java25 private static final long DEFAULT_STRONG_AUTH_TIMEOUT_MS = TimeUnit.HOURS.toMillis(72);
26 private static final long MINIMUM_STRONG_AUTH_TIMEOUT_MS = TimeUnit.HOURS.toMillis(1);
/cts/tests/tests/text/src/android/text/format/cts/
DDateUtilsTest.java177 long HOURS = 60 * MINUTES; in test_formatElapsedTime() local
179 verifyFormatElapsedTime("3:02:01", 3 * HOURS + 2 * MINUTES + 1); in test_formatElapsedTime()
181 verifyFormatElapsedTime("123:02:01", 123 * HOURS + 2 * MINUTES + 1); in test_formatElapsedTime()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAdoptableHostTest.java186 TimeUnit.HOURS, 1); in verifyPrimaryInternal()
206 TimeUnit.HOURS, 1); in verifyPrimaryInternal()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java200 private static final long TEST_MAX_TIME_TO_LOCK = TimeUnit.HOURS.toMillis(1);
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java925 1, java.util.concurrent.TimeUnit.HOURS, null); in testObserveUsagePermissionForRegisterObserver()