Home
last modified time | relevance | path

Searched refs:resetCountDownLatch (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DStatsdJobService.java57 public static synchronized CountDownLatch resetCountDownLatch() { in resetCountDownLatch() method in StatsdJobService
DStatsdSyncAdapter.java82 public static synchronized CountDownLatch resetCountDownLatch() { in resetCountDownLatch() method in StatsdSyncAdapter
DAtomTests.java298 CountDownLatch latch = StatsdSyncAdapter.resetCountDownLatch(); in testSyncState()
315 latch = StatsdSyncAdapter.resetCountDownLatch(); in testSyncState()
335 CountDownLatch latch = StatsdJobService.resetCountDownLatch(); in testScheduledJob()
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DSimpleJobService.java66 public static synchronized CountDownLatch resetCountDownLatch() { in resetCountDownLatch() method in SimpleJobService
DBatteryStatsJobDurationTests.java61 CountDownLatch latch = SimpleJobService.resetCountDownLatch(); in testJobDuration()
DBatteryStatsBgVsFgActions.java265 CountDownLatch latch = SimpleJobService.resetCountDownLatch(); in doScheduleJob()
/cts/tests/tests/media/src/android/media/cts/
DMediaSessionManagerTest.java327 listener.resetCountDownLatch(); in testGetSession2TokensWithTwoSessions()
340 listener.resetCountDownLatch(); in testGetSession2TokensWithTwoSessions()
373 listener1.resetCountDownLatch(); in testAddAndRemoveSession2TokensListener()
503 public void resetCountDownLatch() { in resetCountDownLatch() method in MediaSessionManagerTest.Session2TokenListener