Searched refs:latchHolder (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | ActivityManagerTest.java | 274 final CountDownLatch[] latchHolder = new CountDownLatch[1]; in testFgsProcStatsTracker() local 275 final H handler = new H(Looper.getMainLooper(), latchHolder); in testFgsProcStatsTracker() 314 latchHolder[0] = new CountDownLatch(1); in testFgsProcStatsTracker() 318 assertTrue("Timed out to get the remote messenger", latchHolder[0].await( in testFgsProcStatsTracker() 322 latchHolder[0] = new CountDownLatch(1); in testFgsProcStatsTracker() 324 assertTrue("Timed out to wait for stop fg", latchHolder[0].await( in testFgsProcStatsTracker() 328 latchHolder[0] = new CountDownLatch(1); in testFgsProcStatsTracker() 330 assertTrue("Timed out to wait for start fg", latchHolder[0].await( in testFgsProcStatsTracker() 334 latchHolder[0] = new CountDownLatch(1); in testFgsProcStatsTracker() 336 assertTrue("Timed out to wait for stop fg", latchHolder[0].await( in testFgsProcStatsTracker() [all …]
|
D | ServiceRestarterTest.java | 364 final CountDownLatch[] latchHolder = new CountDownLatch[1]; in testServiceWithDepPkgStopped() local 368 latchHolder[0].countDown(); in testServiceWithDepPkgStopped() 373 latchHolder[0].countDown(); in testServiceWithDepPkgStopped() 390 latchHolder[0] = new CountDownLatch(1); in testServiceWithDepPkgStopped() 394 latchHolder[0].await(timeout, TimeUnit.MILLISECONDS)); in testServiceWithDepPkgStopped() 401 latchHolder[0] = new CountDownLatch(2); in testServiceWithDepPkgStopped() 404 latchHolder[0].await(timeout, TimeUnit.MILLISECONDS)); in testServiceWithDepPkgStopped() 409 latchHolder[0] = new CountDownLatch(2); in testServiceWithDepPkgStopped() 412 latchHolder[0].await(timeout, TimeUnit.MILLISECONDS)); in testServiceWithDepPkgStopped() 417 latchHolder[0] = new CountDownLatch(2); in testServiceWithDepPkgStopped() [all …]
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | ActivityManagerServiceTest.java | 1417 final CountDownLatch[] latchHolder = new CountDownLatch[1]; in testStartForegroundServiceDelegate() local 1421 latchHolder[0].countDown(); in testStartForegroundServiceDelegate() 1426 latchHolder[0].countDown(); in testStartForegroundServiceDelegate() 1430 latchHolder[0] = new CountDownLatch(1); in testStartForegroundServiceDelegate() 1433 assertThat(latchHolder[0].await(5, TimeUnit.SECONDS)).isTrue(); in testStartForegroundServiceDelegate() 1444 latchHolder[0] = new CountDownLatch(1); in testStartForegroundServiceDelegate() 1447 assertThat(latchHolder[0].await(5, TimeUnit.SECONDS)).isTrue(); in testStartForegroundServiceDelegate()
|