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

Commit 28e6380b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "ProcessList: Fix javadoc for 'mProcessNames'." into main am: 6fc67c2a

parents 305d8188 6fc67c2a
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -810,10 +810,8 @@ public final class ProcessList {
    private final Object mProcessChangeLock = new Object();

    /**
     * All of the applications we currently have running organized by name.
     * The keys are strings of the application package name (as
     * returned by the package manager), and the keys are ApplicationRecord
     * objects.
     * All of the processes that are running organized by name.
     * The keys are process names and the values are the associated ProcessRecord objects.
     */
    @CompositeRWLock({"mService", "mProcLock"})
    private final MyProcessMap mProcessNames = new MyProcessMap();