Searched refs:TEST_TIMEOUT (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/telecom/CallScreeningServiceTestApp/src/android/telecom/cts/screeningtestapp/ |
D | CtsPostCallActivity.java | 33 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/ |
D | CookieManagerTest.java | 56 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/ |
D | TelephonyLocationTests.java | 54 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/ |
D | SlidingDrawerTest.java | 67 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()
|
D | RemoteViewsSizeMapTest.java | 61 private static final long TEST_TIMEOUT = 5000; field in RemoteViewsSizeMapTest
|
D | RemoteViewsTest.java | 151 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/ |
D | MessageQueueTest.java | 62 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/ |
D | MockInCallService.java | 39 private static final long TEST_TIMEOUT = 5000L; field in MockInCallService 102 return sUnbindLatch.await(TEST_TIMEOUT, TimeUnit.MILLISECONDS); in waitForUnbind()
|