Home
last modified time | relevance | path

Searched refs:isWithinEJQuotaLocked (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java2575 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 …]
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java600 jobStatus.isRequestedExpeditedJob() && isWithinEJQuotaLocked(jobStatus); in maybeStartTrackingJobLocked()
840 public boolean isWithinEJQuotaLocked(@NonNull final JobStatus jobStatus) { in isWithinEJQuotaLocked() method in QuotaController
1715 js.isRequestedExpeditedJob() && isWithinEJQuotaLocked(js); in maybeUpdateConstraintForPkgLocked()
1772 isWithinEJQuota = isWithinEJQuotaLocked(jobStatus); in accept()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerService.java1830 if (!mQuotaController.isWithinEJQuotaLocked(jobStatus)) {
/frameworks/base/services/
Dart-wear-profile13484 PLcom/android/server/job/controllers/QuotaController;->isWithinEJQuotaLocked(Lcom/android/server/jo…