Searched refs:getMaxJobCountPerRateLimitingWindow (Results 1 – 2 of 2) sorted by relevance
3603 assertEquals(500, mQuotaController.getMaxJobCountPerRateLimitingWindow()); in testConstantsUpdating_ValidValues()3716 assertEquals(10, mQuotaController.getMaxJobCountPerRateLimitingWindow()); in testConstantsUpdating_InvalidValues()
4459 int getMaxJobCountPerRateLimitingWindow() { in getMaxJobCountPerRateLimitingWindow() method