Searched refs:cancelExecutingJobLocked (Results 1 – 2 of 2) sorted by relevance
1185 assignment.context.cancelExecutingJobLocked( in carryOutAssignmentChangesLocked()1331 jsc.cancelExecutingJobLocked(reason, internalReasonCode, debugReason); in stopJobOnServiceContextLocked()1348 jsc.cancelExecutingJobLocked(JobParameters.STOP_REASON_DEVICE_STATE, in stopUnexemptedJobsForDoze()1362 jsc.cancelExecutingJobLocked(JobParameters.STOP_REASON_DEVICE_STATE, in stopOvertimeJobsLocked()1382 jsc.cancelExecutingJobLocked(restriction.getStopReason(), in maybeStopOvertimeJobsLocked()1420 serviceContext.cancelExecutingJobLocked( in stopNonReadyActiveJobsLocked()1425 serviceContext.cancelExecutingJobLocked( in stopNonReadyActiveJobsLocked()1434 serviceContext.cancelExecutingJobLocked(restriction.getStopReason(), in stopNonReadyActiveJobsLocked()
620 void cancelExecutingJobLocked(@JobParameters.StopReason int reason, in cancelExecutingJobLocked() method in JobServiceContext