Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobSchedulerServiceTest.java279 JobStatus ejHighDowngraded = createJobStatus("testGetMinJobExecutionGuaranteeMs", in testGetMinJobExecutionGuaranteeMs() local
292 spyOn(ejHighDowngraded); in testGetMinJobExecutionGuaranteeMs()
300 when(ejHighDowngraded.shouldTreatAsExpeditedJob()).thenReturn(false); in testGetMinJobExecutionGuaranteeMs()
320 mService.getMinJobExecutionGuaranteeMs(ejHighDowngraded)); in testGetMinJobExecutionGuaranteeMs()