HomeSort by relevance Sort by last modified time
    Searched refs:resetCountDownLatch (Results 1 - 7 of 7) sorted by null

  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
BatteryStatsJobDurationTests.java 61 CountDownLatch latch = SimpleJobService.resetCountDownLatch();
SimpleJobService.java 66 public static synchronized CountDownLatch resetCountDownLatch() {
BatteryStatsBgVsFgActions.java 265 CountDownLatch latch = SimpleJobService.resetCountDownLatch();
  /cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
StatsdJobService.java 57 public static synchronized CountDownLatch resetCountDownLatch() {
StatsdSyncAdapter.java 65 Log.w(TAG, "sLatch is null, resetCountDownLatch probably should have been called");
82 public static synchronized CountDownLatch resetCountDownLatch() {
AtomTests.java 298 CountDownLatch latch = StatsdSyncAdapter.resetCountDownLatch();
315 latch = StatsdSyncAdapter.resetCountDownLatch();
335 CountDownLatch latch = StatsdJobService.resetCountDownLatch();
  /cts/tests/tests/media/src/android/media/cts/
MediaSessionManagerTest.java 327 listener.resetCountDownLatch();
340 listener.resetCountDownLatch();
373 listener1.resetCountDownLatch();
503 public void resetCountDownLatch() {

Completed in 158 milliseconds