Searched refs:isWithinEJQuotaLocked (Results 1 – 4 of 4) sorted by relevance
2575 assertFalse(mQuotaController.isWithinEJQuotaLocked(js)); in testIsWithinEJQuotaLocked_NeverApp()2584 assertTrue(mQuotaController.isWithinEJQuotaLocked(js)); in testIsWithinEJQuotaLocked_Charging()2598 assertTrue(mQuotaController.isWithinEJQuotaLocked(js)); in testIsWithinEJQuotaLocked_UnderDuration()2616 assertFalse(mQuotaController.isWithinEJQuotaLocked(js)); in testIsWithinEJQuotaLocked_OverDuration()2640 i < 19, mQuotaController.isWithinEJQuotaLocked(js)); in testIsWithinEJQuotaLocked_TimingSession()2644 i < 14, mQuotaController.isWithinEJQuotaLocked(js)); in testIsWithinEJQuotaLocked_TimingSession()2648 i < 12, mQuotaController.isWithinEJQuotaLocked(js)); in testIsWithinEJQuotaLocked_TimingSession()2652 i < 9, mQuotaController.isWithinEJQuotaLocked(js)); in testIsWithinEJQuotaLocked_TimingSession()2656 i < 7, mQuotaController.isWithinEJQuotaLocked(js)); in testIsWithinEJQuotaLocked_TimingSession()2679 assertFalse(mQuotaController.isWithinEJQuotaLocked(js)); in testIsWithinEJQuotaLocked_TempAllowlisting()[all …]
600 jobStatus.isRequestedExpeditedJob() && isWithinEJQuotaLocked(jobStatus); in maybeStartTrackingJobLocked()840 public boolean isWithinEJQuotaLocked(@NonNull final JobStatus jobStatus) { in isWithinEJQuotaLocked() method in QuotaController1715 js.isRequestedExpeditedJob() && isWithinEJQuotaLocked(js); in maybeUpdateConstraintForPkgLocked()1772 isWithinEJQuota = isWithinEJQuotaLocked(jobStatus); in accept()
1830 if (!mQuotaController.isWithinEJQuotaLocked(jobStatus)) {
13484 PLcom/android/server/job/controllers/QuotaController;->isWithinEJQuotaLocked(Lcom/android/server/jo…