Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobSchedulerServiceTest.java273 JobStatus ejMax = createJobStatus("testGetMinJobExecutionGuaranteeMs", in testGetMinJobExecutionGuaranteeMs() local
289 spyOn(ejMax); in testGetMinJobExecutionGuaranteeMs()
297 when(ejMax.shouldTreatAsExpeditedJob()).thenReturn(true); in testGetMinJobExecutionGuaranteeMs()
314 mService.getMinJobExecutionGuaranteeMs(ejMax)); in testGetMinJobExecutionGuaranteeMs()