Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerFgsBgStartTest.java101 private static final int WAITFOR_MSEC = 10000; field in ActivityManagerFgsBgStartTest
169 WAITFOR_MSEC); in testFgsLocationStartFromBG()
187 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBG()
210 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBG()
244 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBG()
270 WAITFOR_MSEC); in testFgsLocationStartFromBGTwoProcesses()
272 WAITFOR_MSEC); in testFgsLocationStartFromBGTwoProcesses()
289 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBGTwoProcesses()
317 waiter.doWait(WAITFOR_MSEC); in testFgsLocationStartFromBGTwoProcesses()
354 WAITFOR_MSEC); in testFgsLocationPendingIntent()
[all …]
DActivityManagerProcessStateTest.java104 private static final int WAITFOR_MSEC = 10000; field in ActivityManagerProcessStateTest
221 WAITFOR_MSEC); in setupWatchers()
1596 WAITFOR_MSEC); in testCycleFgs()
1598 WAITFOR_MSEC); in testCycleFgs()
1659 WAITFOR_MSEC); in testCycleFgsTriangle()
1661 WAITFOR_MSEC); in testCycleFgsTriangle()
1663 WAITFOR_MSEC); in testCycleFgsTriangle()
1746 WAITFOR_MSEC); in testCycleFgsTriangleBiDi()
1748 WAITFOR_MSEC); in testCycleFgsTriangleBiDi()
1750 WAITFOR_MSEC); in testCycleFgsTriangleBiDi()
[all …]
DActivityManagerApi29Test.java83 private static final int WAITFOR_MSEC = 10000; field in ActivityManagerApi29Test
130 mUidWatcher = new WatchUidRunner(sInstrumentation, sUid, WAITFOR_MSEC); in setUp()
257 waiter.doWait(WAITFOR_MSEC); in testAppOpsHistoricalOps()
262 waiter.doWait(WAITFOR_MSEC); in testAppOpsHistoricalOps()
DActivityManagerTest.java98 private static final int WAITFOR_MSEC = 5000; field in ActivityManagerTest
452 Thread.sleep(WAITFOR_MSEC);
851 assertTrue(monitor.waitFor(AmMonitor.WAIT_FOR_EARLY_ANR, WAITFOR_MSEC)); in testAppNotResponding()
873 Thread.sleep(WAITFOR_MSEC); in testKillingPidsOnImperceptible()
1542 final WatchUidRunner watcher1 = new WatchUidRunner(mInstrumentation, ai.uid, WAITFOR_MSEC); in testServiceDoneLRUPosition()
1544 final WatchUidRunner watcher2 = new WatchUidRunner(mInstrumentation, ai.uid, WAITFOR_MSEC); in testServiceDoneLRUPosition()
1546 final WatchUidRunner watcher3 = new WatchUidRunner(mInstrumentation, ai.uid, WAITFOR_MSEC); in testServiceDoneLRUPosition()
1584 countDownLatchHolder[0].await(WAITFOR_MSEC, TimeUnit.MILLISECONDS)); in testServiceDoneLRUPosition()
/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java106 private static final int WAITFOR_MSEC = 10000; field in ActivityManagerAppExitInfoTest
146 mWatcher = new WatchUidRunner(mInstrumentation, mStubPackageUid, WAITFOR_MSEC); in setUp()
300 assertTrue("Timeout for waiting", latch.await(WAITFOR_MSEC, TimeUnit.MILLISECONDS)); in awaitForLatch()
539 sleep(WAITFOR_MSEC); in testAnr()
655 id.uid, WAITFOR_MSEC); in testOther()
894 final long timeout = now + WAITFOR_MSEC; in testDependencyDied()
1013 WAITFOR_MSEC); in prepareTestUser()