Home
last modified time | relevance | path

Searched refs:MINUTES (Results 1 – 25 of 35) sorted by relevance

12

/cts/tests/tests/text/src/android/text/format/cts/
DDateUtilsTest.java176 long MINUTES = 60; in test_formatElapsedTime() local
177 long HOURS = 60 * MINUTES; in test_formatElapsedTime()
178 verifyFormatElapsedTime("02:01", 2 * MINUTES + 1); in test_formatElapsedTime()
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/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
DAppUsageObserverTest.java84 usm.registerAppUsageObserver(obsId, packages, 60, TimeUnit.MINUTES, pendingIntent); in testObserverLimit()
87 usm.registerAppUsageObserver(OBSERVER_LIMIT, packages, 60, TimeUnit.MINUTES, in testObserverLimit()
/cts/hostsidetests/backup/src/android/cts/backup/
DParallelUserBackupRestoreHostSideTest.java47 private static final long TIMEOUT_BACKUP = TimeUnit.MINUTES.toMillis(5);
48 private static final long TIMEOUT_RESTORE = TimeUnit.MINUTES.toMillis(5);
DBackupPreparer.java180 "am wait-for-broadcast-idle", receiver, 20, 10, TimeUnit.MINUTES, 0); in waitForBroadcastIdle()
DBaseMultiUserBackupHostSideTest.java46 private static final long TRANSPORT_INITIALIZATION_TIMEOUT_SECS = TimeUnit.MINUTES.toSeconds(2);
/cts/tests/tests/content/src/android/content/pm/cts/
DLauncherAppsTest.java117 TimeUnit.MINUTES.toMillis(DEFAULT_TIME_LIMIT), limit.getTotalUsageLimit()); in testGetAppUsageLimit_getTotalUsageLimit()
141 TimeUnit.MINUTES.toMillis(DEFAULT_TIME_LIMIT), limit.getTotalUsageLimit()); in testGetAppUsageLimit_smallestLimitReturned()
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DOwnerChangedBroadcastTest.java65 assertTrue(mPreferenceChanged.tryAcquire(2, TimeUnit.MINUTES)); in testOwnerChangedBroadcastReceived()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DFbeHelper.java76 assertTrue("Failed to dismiss keyguard", latch.await(1, TimeUnit.MINUTES)); in testUnlockFbe()
DRequiredStrongAuthTimeoutTest.java27 private static final long ONE_MINUTE = TimeUnit.MINUTES.toMillis(1);
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java54 private static final long DEFAULT_SHELL_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(5);
65 private static final long DEFAULT_TEST_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(5);
/cts/tests/tests/location/src/android/location/cts/
DEmergencyCallMessageTest.java40 private static final long SENT_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(5); // 5 minutes
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWifiTest.java48 private static final long UPDATE_TIMEOUT_MS = TimeUnit.MINUTES.toMillis(5);
DPhoneAccountTest.java126 boolean calllogProviderChanged = countDownLatch.await(1, TimeUnit.MINUTES); in internalTestOutgoingCall()
208 boolean calllogProviderChanged = countDownLatch.await(1, TimeUnit.MINUTES); in internalTestIncomingCall()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DNetworkLoggingDelegateTest.java127 NetworkLogsReceiver.mBatchCountDown.await(TIMEOUT_MIN, TimeUnit.MINUTES)); in testNetworkLogging()
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertSelectionDelegateTest.java140 .that(mLatch.await(KEYCHAIN_TIMEOUT_MINS, TimeUnit.MINUTES)) in get()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DInstallUpdateTest.java159 assertTrue(latch.await(TIMEOUT, TimeUnit.MINUTES)); in assertUpdateError()
DNetworkLoggingTest.java183 mBatchCountDown.await(timeoutMins, TimeUnit.MINUTES); in generateBatches()
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DUtils.java56 60L, TimeUnit.MINUTES); in runDeviceTests()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DTimeShiftTestActivity.java34 private static final long TIMEOUT_MS = TimeUnit.MINUTES.toMillis(5);
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java80 private static final long DEFAULT_SHELL_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(20);
89 private static final long DEFAULT_TEST_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(10);
324 "am wait-for-broadcast-idle", receiver, 8, 4, TimeUnit.MINUTES, 0); in waitForBroadcastIdle()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DUtils.java74 60L, TimeUnit.MINUTES); in runDeviceTests()
/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
DJvmtiHostTest.java123 runner.setMaxTimeToOutputResponse(5, TimeUnit.MINUTES); in testJvmti()
/cts/tests/tests/location/src/android/location/cts/psedorange/
DPseudorangePositionVelocityFromRealTimeEvents.java69 private long mDeltaTimeMillisToMakeSuplRequest = TimeUnit.MINUTES.toMillis(30);
/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java160 assertTrue("USER_UNLOCKED", latch.await(1, TimeUnit.MINUTES)); in testVerifyLockedAndDismiss()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java105 private static final int KEYCHAIN_ALIAS_TIMEOUT_MS = (int) TimeUnit.MINUTES.toMillis(5L);

12