Searched refs:getMaxSessionCountPerRateLimitingWindow (Results 1 – 2 of 2) sorted by relevance
3610 assertEquals(50, mQuotaController.getMaxSessionCountPerRateLimitingWindow()); in testConstantsUpdating_ValidValues()3723 assertEquals(10, mQuotaController.getMaxSessionCountPerRateLimitingWindow()); in testConstantsUpdating_InvalidValues()
4464 int getMaxSessionCountPerRateLimitingWindow() { in getMaxSessionCountPerRateLimitingWindow() method