Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobSchedulerServiceTest.java236 JobStatus ejMax = createJobStatus("testGetMinJobExecutionGuaranteeMs", in testGetMinJobExecutionGuaranteeMs() local
252 spyOn(ejMax); in testGetMinJobExecutionGuaranteeMs()
260 when(ejMax.shouldTreatAsExpeditedJob()).thenReturn(true); in testGetMinJobExecutionGuaranteeMs()
277 mService.getMinJobExecutionGuaranteeMs(ejMax)); in testGetMinJobExecutionGuaranteeMs()