Home
last modified time | relevance | path

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

/cts/tests/DropBoxManager/src/android/dropboxmanager/cts/
DDropBoxTests.java77 private CountDownLatch mAnotherLowPriorityTagLatch = new CountDownLatch(0); field in DropBoxTests
106 mAnotherLowPriorityTagLatch.countDown();
246 mAnotherLowPriorityTagLatch = new CountDownLatch(1); in testMultipleLowPriorityRateLimiting()
257 assertTrue(mAnotherLowPriorityTagLatch.await(BROADCAST_RATE_LIMIT * 3 / 2, in testMultipleLowPriorityRateLimiting()