Searched refs:workingQuota (Results 1 – 1 of 1) sorted by relevance
675 final int workingQuota = mService.getQuotaForBucketLocked(STANDBY_BUCKET_WORKING_SET); in testQuotaDowngrade() local680 for (int i = 0; i < workingQuota; i++) { in testQuotaDowngrade()684 for (int i = 0; i < workingQuota - 1; i++) { in testQuotaDowngrade()690 assertEquals(firstTrigger + workingQuota - 1, mTestTimer.getElapsed()); in testQuotaDowngrade()695 final long expectedNextTrigger = (firstTrigger + workingQuota - 1 - rareQuota) in testQuotaDowngrade()739 final int workingQuota = mService.getQuotaForBucketLocked(STANDBY_BUCKET_WORKING_SET); in testParole() local744 final int totalAlarms = workingQuota + 10; in testParole()749 for (int i = 0; i < workingQuota; i++) { in testParole()762 assertEquals(firstTrigger + workingQuota + i, mNowElapsedTest); in testParole()