Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobSchedulerServiceTest.java283 JobStatus jobDef = createJobStatus("testGetMinJobExecutionGuaranteeMs", in testGetMinJobExecutionGuaranteeMs() local
294 spyOn(jobDef); in testGetMinJobExecutionGuaranteeMs()
302 when(jobDef.shouldTreatAsExpeditedJob()).thenReturn(false); in testGetMinJobExecutionGuaranteeMs()
324 mService.getMinJobExecutionGuaranteeMs(jobDef)); in testGetMinJobExecutionGuaranteeMs()