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

  /cts/tests/tests/location/src/android/location/cts/
TestGnssStatusCallback.java 35 private final CountDownLatch mCountDownLatch;
40 mCountDownLatch = new CountDownLatch(gpsStatusCountToCollect);
58 mCountDownLatch.countDown();
90 return TestUtils.waitFor(mCountDownLatch, TIMEOUT_IN_SEC);
TestLocationListener.java 34 private final CountDownLatch mCountDownLatch;
37 mCountDownLatch = new CountDownLatch(locationToCollect);
43 mCountDownLatch.countDown();
65 return TestUtils.waitFor(mCountDownLatch, TIMEOUT_IN_SEC);
TestGnssNavigationMessageListener.java 42 private final CountDownLatch mCountDownLatch;
46 mCountDownLatch = new CountDownLatch(1);
55 mCountDownLatch.countDown();
63 mCountDownLatch.countDown();
69 return TestUtils.waitFor(mCountDownLatch, TIMEOUT_IN_SEC);
TestGpsStatusListener.java 37 private final CountDownLatch mCountDownLatch;
43 mCountDownLatch = new CountDownLatch(gpsStatusCountToCollect);
60 mCountDownLatch.countDown();
94 return TestUtils.waitFor(mCountDownLatch, TIMEOUT_IN_SEC);
TestGnssMeasurementListener.java 42 private final CountDownLatch mCountDownLatch;
51 mCountDownLatch = new CountDownLatch(eventsToCollect);
62 mCountDownLatch.countDown();
77 return TestUtils.waitFor(mCountDownLatch, MEAS_TIMEOUT_IN_SEC);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
SignificantMotionTestActivity.java 309 private volatile CountDownLatch mCountDownLatch;
327 mCountDownLatch.countDown();
331 if (mCountDownLatch != null) {
332 mCountDownLatch.countDown();
393 mCountDownLatch = new CountDownLatch(1);
394 mCountDownLatch.await(TRIGGER_MAX_DELAY_SECONDS, TimeUnit.SECONDS);
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkDiagnostics.java 110 private final CountDownLatch mCountDownLatch;
131 if (mCountDownLatch != null) {
132 mCountDownLatch.countDown();
140 if (mCountDownLatch != null) {
141 mCountDownLatch.countDown();
205 mCountDownLatch = new CountDownLatch(totalMeasurementCount());
272 mCountDownLatch.await(mDeadlineTime - now(), TimeUnit.MILLISECONDS);
323 final long unfinished = mCountDownLatch.getCount();
450 mCountDownLatch.countDown();
538 mCountDownLatch.countDown()
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PhoneAccountTest.java 297 private final CountDownLatch mCountDownLatch;
301 mCountDownLatch = countDownLatch;
307 mCountDownLatch.countDown();

Completed in 311 milliseconds