Searched refs:cancelExecutingJobLocked (Results 1 – 2 of 2) sorted by relevance
1181 assignment.context.cancelExecutingJobLocked( in carryOutAssignmentChangesLocked()1329 jsc.cancelExecutingJobLocked(reason, internalReasonCode, debugReason); in stopJobOnServiceContextLocked()1346 jsc.cancelExecutingJobLocked(JobParameters.STOP_REASON_DEVICE_STATE, in stopUnexemptedJobsForDoze()1360 jsc.cancelExecutingJobLocked(JobParameters.STOP_REASON_DEVICE_STATE, in stopOvertimeJobsLocked()1378 jsc.cancelExecutingJobLocked(restriction.getStopReason(), in maybeStopOvertimeJobsLocked()1416 serviceContext.cancelExecutingJobLocked( in stopNonReadyActiveJobsLocked()1421 serviceContext.cancelExecutingJobLocked( in stopNonReadyActiveJobsLocked()1430 serviceContext.cancelExecutingJobLocked(restriction.getStopReason(), in stopNonReadyActiveJobsLocked()
622 void cancelExecutingJobLocked(@JobParameters.StopReason int reason, in cancelExecutingJobLocked() method in JobServiceContext