Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobSchedulerServiceTest.java285 JobStatus jobUIDT = createJobStatus("testGetMinJobExecutionGuaranteeMs", in testGetMinJobExecutionGuaranteeMs() local
295 spyOn(jobUIDT); in testGetMinJobExecutionGuaranteeMs()
303 when(jobUIDT.shouldTreatAsUserInitiatedJob()).thenReturn(true); in testGetMinJobExecutionGuaranteeMs()
329 mService.getMinJobExecutionGuaranteeMs(jobUIDT)); in testGetMinJobExecutionGuaranteeMs()
336 mService.getMinJobExecutionGuaranteeMs(jobUIDT)); in testGetMinJobExecutionGuaranteeMs()
340 mService.getMinJobExecutionGuaranteeMs(jobUIDT)); in testGetMinJobExecutionGuaranteeMs()
347 mService.getMinJobExecutionGuaranteeMs(jobUIDT)); in testGetMinJobExecutionGuaranteeMs()
351 mService.getMinJobExecutionGuaranteeMs(jobUIDT)); in testGetMinJobExecutionGuaranteeMs()
355 mService.getMinJobExecutionGuaranteeMs(jobUIDT)); in testGetMinJobExecutionGuaranteeMs()
614 JobStatus jobUIDT = createJobStatus("testGetMaxJobExecutionTimeMs", in testGetMaxJobExecutionTimeMs() local
[all …]