Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DNetworkLoggingTest.java214 private final CountDownLatch mBatchCountDown = new CountDownLatch(1); field in NetworkLoggingTest.NetworkLogsReceiver
227 mBatchCountDown.countDown(); in onReceive()
233 mReceiver.mBatchCountDown.await(3, TimeUnit.MINUTES); in waitForBroadcast()
234 if (mReceiver.mBatchCountDown.getCount() > 0) { in waitForBroadcast()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNetworkLoggingTest.java103 final long latchCount = mBatchCountDown.getCount();
120 mBatchCountDown.countDown();
124 private CountDownLatch mBatchCountDown; field in NetworkLoggingTest
171 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()