Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b29122c authored by Kweku Adams's avatar Kweku Adams Committed by Presubmit Automerger Backend
Browse files

[automerge] Remove cancelled job from evaluation list. 2p: be7816af 2p: 16f9e6cc

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17663060

Bug: 141645789
Bug: 228334264
Change-Id: I91bf4c4c21afe32215bfeb8feeb05a966e498c88
parents 075ae082 16f9e6cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1387,6 +1387,7 @@ public class JobSchedulerService extends com.android.server.SystemService
        if (mPendingJobQueue.remove(cancelled)) {
            mJobPackageTracker.noteNonpending(cancelled);
        }
        mChangedJobList.remove(cancelled);
        // Cancel if running.
        mConcurrencyManager.stopJobOnServiceContextLocked(
                cancelled, reason, internalReasonCode, debugReason);