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

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
AsyncListUtilTest.java 155 private static void waitForLatch(String context, CountDownLatch latch)
225 waitForLatch("filled tiles (" + context + ")", mTilesFilledLatch.mLatch);
278 waitForLatch("timed out waiting for data set change (" + context + ")",
287 waitForLatch("onItemChanged", mItemsChangedLatch.mLatch);
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java 556 waitForLatch(latch);
588 waitForLatch(latch);
626 waitForLatch(latch);
655 waitForLatch(latch);
    [all...]
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
StorageManagerService.java 780 waitForLatch(mAsecsScanned, "mAsecsScanned");
784 waitForLatch(mConnectedSignal, "mConnectedSignal");
787 private void waitForLatch(CountDownLatch latch, String condition) {
789 waitForLatch(latch, condition, -1);
794 private void waitForLatch(CountDownLatch latch, String condition, long timeoutMillis)
    [all...]

Completed in 1938 milliseconds