Searched refs:isExpeditedQuotaApproved (Results 1 – 3 of 3) sorted by relevance
6503 assertFalse(jobBg.isExpeditedQuotaApproved()); in testEJTracking_OutOfQuota_ForegroundAndBackground()6504 assertTrue(jobTop.isExpeditedQuotaApproved()); in testEJTracking_OutOfQuota_ForegroundAndBackground()6505 assertFalse(jobUnstarted.isExpeditedQuotaApproved()); in testEJTracking_OutOfQuota_ForegroundAndBackground()6530 assertTrue(jobTop2.isExpeditedQuotaApproved()); in testEJTracking_OutOfQuota_ForegroundAndBackground()6531 assertTrue(jobFg.isExpeditedQuotaApproved()); in testEJTracking_OutOfQuota_ForegroundAndBackground()6532 assertTrue(jobBg.isExpeditedQuotaApproved()); in testEJTracking_OutOfQuota_ForegroundAndBackground()6533 assertTrue(jobUnstarted.isExpeditedQuotaApproved()); in testEJTracking_OutOfQuota_ForegroundAndBackground()6538 assertTrue(jobTop2.isExpeditedQuotaApproved()); in testEJTracking_OutOfQuota_ForegroundAndBackground()6539 assertTrue(jobFg.isExpeditedQuotaApproved()); in testEJTracking_OutOfQuota_ForegroundAndBackground()6540 assertTrue(jobBg.isExpeditedQuotaApproved()); in testEJTracking_OutOfQuota_ForegroundAndBackground()[all …]
2147 boolean isExpeditedQuotaApproved() { in isExpeditedQuotaApproved() method in JobStatus
4736 js.isExpeditedQuotaApproved()); in dumpControllerStateLocked()