Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/CallScreeningServiceTestApp/src/android/telecom/cts/screeningtestapp/
DCtsPostCallActivity.java33 private static final long TEST_TIMEOUT = 5000; field in CtsPostCallActivity
68 return sLatch.await(TEST_TIMEOUT, TimeUnit.MILLISECONDS); in waitForActivity()
/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieManagerTest.java56 private static final int TEST_TIMEOUT = 5000; field in CookieManagerTest
315 assertTrue(s.tryAcquire(TEST_TIMEOUT, TimeUnit.MILLISECONDS)); in testRemoveCookiesCallback()
323 assertTrue(s.tryAcquire(TEST_TIMEOUT, TimeUnit.MILLISECONDS)); in testRemoveCookiesCallback()
328 assertTrue(s.tryAcquire(TEST_TIMEOUT, TimeUnit.MILLISECONDS)); in testRemoveCookiesCallback()
336 assertTrue(s.tryAcquire(TEST_TIMEOUT, TimeUnit.MILLISECONDS)); in testRemoveCookiesCallback()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyLocationTests.java54 private static final long TEST_TIMEOUT = 5000; field in TelephonyLocationTests
326 return pipe.poll(TEST_TIMEOUT, TimeUnit.MILLISECONDS); in bindLocationAccessControl()
384 bindSuccess.get(TEST_TIMEOUT, TimeUnit.MILLISECONDS); in withRevokedPermission()
394 serviceKilled.get(TEST_TIMEOUT, TimeUnit.MILLISECONDS); in withRevokedPermission()
/cts/tests/tests/widget/src/android/widget/cts/
DSlidingDrawerTest.java67 private static final long TEST_TIMEOUT = 5000L; field in SlidingDrawerTest
272 verify(mockScrollListener, within(TEST_TIMEOUT)).onScrollStarted(); in testSetOnDrawerScrollListener()
273 verify(mockScrollListener, within(TEST_TIMEOUT)).onScrollEnded(); in testSetOnDrawerScrollListener()
DRemoteViewsSizeMapTest.java61 private static final long TEST_TIMEOUT = 5000; field in RemoteViewsSizeMapTest
DRemoteViewsTest.java151 private static final long TEST_TIMEOUT = 5000; field in RemoteViewsTest
528 Activity newActivity = am.waitForActivityWithTimeout(TEST_TIMEOUT); in testApplyWithDrawInstructions()
1285 Activity newActivity = am.waitForActivityWithTimeout(TEST_TIMEOUT); in testSetOnClickPendingIntent()
1294 newActivity = am.waitForActivityWithTimeout(TEST_TIMEOUT); in testSetOnClickPendingIntent()
1316 Activity newActivity = am.waitForActivityWithTimeout(TEST_TIMEOUT); in testSetOnStylusHandwritingPendingIntent()
/cts/tests/tests/os/src/android/os/cts/
DMessageQueueTest.java62 private static final long TEST_TIMEOUT = 1000; field in MessageQueueTest
212 tester.doTest(TEST_TIMEOUT, TEST_INTERVAL); in testMessageOrder()
242 tester.doTest(TEST_TIMEOUT, TEST_INTERVAL); in testAtFrontOfQueue()
274 tester.doTest(TEST_TIMEOUT, TEST_INTERVAL); in testRemoveMessages()
837 tester.doTest(TEST_TIMEOUT, TEST_INTERVAL); in testSyncBarriers()
865 tester.doTest(TEST_TIMEOUT, TEST_INTERVAL); in testLateSyncBarriers()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java39 private static final long TEST_TIMEOUT = 5000L; field in MockInCallService
102 return sUnbindLatch.await(TEST_TIMEOUT, TimeUnit.MILLISECONDS); in waitForUnbind()