Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNetworkLoggingTest.java62 private static final int FULL_LOG_BATCH_SIZE = 1200; field in NetworkLoggingTest
71 private static final int LOGGING_FREQUENCY = FULL_LOG_BATCH_SIZE / 4;
230 Math.min(FULL_LOG_BATCH_SIZE * mBatchesRequested, in generateBatches()
402 for (reqNo = 0; reqNo < FULL_LOG_BATCH_SIZE && mBatchCountDown.getCount() > 0; reqNo++) { in makeFakeRequests()