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

Commit 6fc67c2a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents c6423902 3b57982c
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();