Searched refs:mBatchCountDown (Results 1 – 2 of 2) sorted by relevance
103 final long latchCount = mBatchCountDown.getCount();120 mBatchCountDown.countDown();124 private CountDownLatch mBatchCountDown; field in NetworkLoggingTest171 mBatchCountDown = new CountDownLatch(mBatchesRequested); in testNetworkLoggingAndRetrieval()212 if (!mBatchCountDown.await(timeoutMs, TimeUnit.MILLISECONDS)) { in generateBatches()218 if (mBatchCountDown.getCount() > 0) { in generateBatches()402 for (reqNo = 0; reqNo < FULL_LOG_BATCH_SIZE && mBatchCountDown.getCount() > 0; reqNo++) { in makeFakeRequests()
219 private final CountDownLatch mBatchCountDown = new CountDownLatch(1); field in NetworkLoggingTest.NetworkLogsReceiver232 mBatchCountDown.countDown(); in onReceive()238 mReceiver.mBatchCountDown.await(3, TimeUnit.MINUTES); in waitForBroadcast()239 if (mReceiver.mBatchCountDown.getCount() > 0) { in waitForBroadcast()