Home | History | Annotate | Download | only in job

Lines Matching defs:executing

324          * giving up on it, for jobs that are executing work.
853 final JobStatus executing = jsc.getRunningJobLocked();
854 if (executing != null
855 && (executing.getFlags() & JobInfo.FLAG_WILL_BE_FOREGROUND) == 0) {
1066 * Called when we want to remove a JobStatus object that we've finished executing. Returns the
1088 final JobStatus executing = jsc.getRunningJobLocked();
1089 if (executing != null && executing.matches(job.getUid(), job.getJobId())) {
1230 * A job just finished executing. We fetch the
1252 Slog.d(TAG, "Could not find job to remove. Was job removed while executing?");
1769 Slog.d(TAG, "Error executing " + pendingJob);
2109 // Shell command infrastructure: immediately timeout currently executing jobs
2130 pw.println("No matching executing jobs found.");