Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
DAppUsageObserverTest.java59 usm.registerAppUsageObserver(obsId, packages, 60, TimeUnit.MINUTES, pendingIntent); in testObserverLimit()
62 usm.registerAppUsageObserver(OBSERVER_LIMIT, packages, 60, TimeUnit.MINUTES, in testObserverLimit()
/cts/tests/tests/text/src/android/text/format/cts/
DDateUtilsTest.java175 long MINUTES = 60; in test_formatElapsedTime() local
176 long HOURS = 60 * MINUTES; in test_formatElapsedTime()
177 verifyFormatElapsedTime("02:01", 2 * MINUTES + 1); in test_formatElapsedTime()
178 verifyFormatElapsedTime("3:02:01", 3 * HOURS + 2 * MINUTES + 1); in test_formatElapsedTime()
180 verifyFormatElapsedTime("123:02:01", 123 * HOURS + 2 * MINUTES + 1); in test_formatElapsedTime()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DEmergencyCallGNSSTestsActivity.java29 private static final long PHONE_CALL_DURATION_MS = TimeUnit.MINUTES.toMillis(2);
/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);
DKeyManagementTest.java689 assertTrue("Chooser timeout", mLatch.await(KEYCHAIN_TIMEOUT_MINS, TimeUnit.MINUTES)); in get()
/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/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWifiTest.java49 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/backup/src/android/cts/backup/
DBackupPreparer.java180 "am wait-for-broadcast-idle", receiver, 20, 10, TimeUnit.MINUTES, 0); in waitForBroadcastIdle()
/cts/hostsidetests/appsecurity/src/android/appsecurity/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/jvmti/base/host/src/android/jvmti/cts/
DJvmtiHostTest.java96 runner.setMaxTimeToOutputResponse(2, TimeUnit.MINUTES); in testJvmti()
/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);
290 "am wait-for-broadcast-idle", receiver, 8, 4, TimeUnit.MINUTES, 0); in waitForBroadcastIdle()
/cts/tests/tests/location/src/android/location/cts/psedorange/
DPseudorangePositionVelocityFromRealTimeEvents.java68 private long mDeltaTimeMillisToMakeSuplRequest = TimeUnit.MINUTES.toMillis(30);
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNetworkLoggingTest.java178 mBatchCountDown.await(timeoutMins, TimeUnit.MINUTES); in generateBatches()
/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java150 assertTrue("USER_UNLOCKED", latch.await(1, TimeUnit.MINUTES)); in testVerifyLockedAndDismiss()
/cts/tests/tests/location/src/android/location/cts/
DEmergencyCallMessageTest.java73 private static final long SENT_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(5); // 5 minutes
/cts/tests/tests/media/src/android/media/cts/
DEncoderTest.java165 pool.awaitTermination(10, TimeUnit.MINUTES)); in testEncoderWithFormats()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java102 private static final int KEYCHAIN_ALIAS_TIMEOUT_MS = (int) TimeUnit.MINUTES.toMillis(5L);
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java432 mDevice.executeShellCommand(command, receiver, mPerTestTimeout, TimeUnit.MINUTES, 1); in run()
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java762 Reminders.MINUTES,
785 reminder.put(Reminders.MINUTES, minutes); in addReminder()
1034 remValues.put(Reminders.MINUTES, 10); in testEventsEntityQuery()
1037 remValues.put(Reminders.MINUTES, 20); in testEventsEntityQuery()
1428 Reminders.EVENT_ID + "=? AND " + Reminders.MINUTES + ">=?", in testReminders()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java92 private static final long MINUTE = TimeUnit.MINUTES.toMillis(1);
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java1004 mExecutorService.awaitTermination(1L, TimeUnit.MINUTES); in shutDownOnClientThread()