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

Commit 8b09c27f authored by Lee Shombert's avatar Lee Shombert Committed by Android (Google) Code Review
Browse files

Merge "PackageManagerService lock reduction: address comments"

parents ae179525 943c97a0
Loading
Loading
Loading
Loading
+132 −137

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ public class WatchableImpl implements Watchable {
    /**
     * Return the sealed state.
     */
    public boolean isFrozen() {
    public boolean isSealed() {
        synchronized (mObservers) {
            return mSealed;
        }