Searched refs:MAX_WINDOW_SIZE_MS (Results 1 – 3 of 3) sorted by relevance
149 static final long MAX_WINDOW_SIZE_MS = 30 * 24 * 60 * MINUTE_IN_MILLIS; // 1 month field in QuotaTracker
231 Math.min(timeWindowMs, MAX_WINDOW_SIZE_MS)); in setCountLimit()
25 import static com.android.server.utils.quota.QuotaTracker.MAX_WINDOW_SIZE_MS;738 assertEquals(MAX_WINDOW_SIZE_MS, mQuotaTracker.getWindowSizeMs(SINGLE_CATEGORY)); in testConstantsUpdating_InvalidValues()