Loading services/core/java/com/android/server/job/JobSchedulerService.java +4 −4 Original line number Diff line number Diff line Loading @@ -311,11 +311,11 @@ public final class JobSchedulerService extends com.android.server.SystemService } toCancel = mJobs.getJobByUidAndJobId(uId, job.getId()); } startTrackingJob(jobStatus, toCancel); if (toCancel != null) { cancelJobImpl(toCancel); } startTrackingJob(jobStatus, toCancel); } mHandler.obtainMessage(MSG_CHECK_JOB).sendToTarget(); return JobScheduler.RESULT_SUCCESS; } Loading Loading
services/core/java/com/android/server/job/JobSchedulerService.java +4 −4 Original line number Diff line number Diff line Loading @@ -311,11 +311,11 @@ public final class JobSchedulerService extends com.android.server.SystemService } toCancel = mJobs.getJobByUidAndJobId(uId, job.getId()); } startTrackingJob(jobStatus, toCancel); if (toCancel != null) { cancelJobImpl(toCancel); } startTrackingJob(jobStatus, toCancel); } mHandler.obtainMessage(MSG_CHECK_JOB).sendToTarget(); return JobScheduler.RESULT_SUCCESS; } Loading