Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java6733 JobStatus eJob = createExpeditedJobStatus("testEJDebitTallying", 2); in testEJDebitTallying() local
6735 mQuotaController.maybeStartTrackingJobLocked(eJob, null); in testEJDebitTallying()
6736 mQuotaController.prepareForExecutionLocked(eJob); in testEJDebitTallying()
6740 mQuotaController.maybeStopTrackingJobLocked(eJob, null); in testEJDebitTallying()
6884 JobStatus eJob = in testEJDebitTallying_RewardExceedDebits_ActiveSession() local
6887 mQuotaController.maybeStartTrackingJobLocked(eJob, null); in testEJDebitTallying_RewardExceedDebits_ActiveSession()
6888 mQuotaController.prepareForExecutionLocked(eJob); in testEJDebitTallying_RewardExceedDebits_ActiveSession()