Home | History | Annotate | Download | only in job

Lines Matching defs:executing

728                     final JobStatus executing = jsc.getRunningJob();
729 if (executing != null
730 && (executing.getFlags() & JobInfo.FLAG_WILL_BE_FOREGROUND) == 0) {
883 * Called when we want to remove a JobStatus object that we've finished executing. Returns the
904 final JobStatus executing = jsc.getRunningJob();
905 if (executing != null && executing.matches(job.getUid(), job.getJobId())) {
1027 * A job just finished executing. We fetch the
1042 Slog.d(TAG, "Could not find job to remove. Was job removed while executing?");
1505 Slog.d(TAG, "Error executing " + pendingJob);