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

Commit 3b57982c authored by houyuwei's avatar houyuwei Committed by Yuwei Hou
Browse files

ProcessList: Fix javadoc for 'mProcessNames'.



BUG:373251694

Change-Id: I6669eea85aaf019e5d00b47d06e9387601d4e524
Signed-off-by: default avatarhouyuwei <houyuwei@xiaomi.corp-partner.google.com>
parent 2d8aff7e
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
@@ -804,10 +804,8 @@ public final class ProcessList {
    private final Object mProcessChangeLock = new Object();
    private final Object mProcessChangeLock = new Object();


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