Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobSchedulerServiceTest.java275 JobStatus ejHigh = createJobStatus("testGetMinJobExecutionGuaranteeMs", in testGetMinJobExecutionGuaranteeMs() local
290 spyOn(ejHigh); in testGetMinJobExecutionGuaranteeMs()
298 when(ejHigh.shouldTreatAsExpeditedJob()).thenReturn(true); in testGetMinJobExecutionGuaranteeMs()
316 mService.getMinJobExecutionGuaranteeMs(ejHigh)); in testGetMinJobExecutionGuaranteeMs()