Loading services/core/java/com/android/server/am/ProcessList.java +2 −4 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
services/core/java/com/android/server/am/ProcessList.java +2 −4 Original line number Diff line number Diff line Loading @@ -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(); Loading