Searched refs:MIN_WINDOW_SIZE_MS (Results 1 – 3 of 3) sorted by relevance
157 static final long MIN_WINDOW_SIZE_MS = 20_000; field in QuotaTracker
230 final long newWindowSizeMs = Math.max(MIN_WINDOW_SIZE_MS, in setCountLimit()
26 import static com.android.server.utils.quota.QuotaTracker.MIN_WINDOW_SIZE_MS;734 assertEquals(MIN_WINDOW_SIZE_MS, mQuotaTracker.getWindowSizeMs(SINGLE_CATEGORY)); in testConstantsUpdating_InvalidValues()