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

Commit d97bc08b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add bug references to TODO."

parents 101fe177 efbf2515
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -165,6 +165,7 @@ public class PackageInstallerService extends IPackageInstaller.Stub implements

    // STOPSHIP: This is a temporary mock implementation of staged sessions. This variable
    //           shouldn't be needed at all.
    // TODO(b/118865310): Implement staged sessions logic.
    @GuardedBy("mStagedSessions")
    private final SparseArray<PackageInstallerSession> mStagedSessions = new SparseArray<>();

@@ -1130,7 +1131,7 @@ public class PackageInstallerService extends IPackageInstaller.Stub implements
            mInstallHandler.post(new Runnable() {
                @Override
                public void run() {
                    // TODO: remove this mock implementation.
                    // TODO(b/118865310): remove this mock implementation.
                    if (session.isStaged()) {
                        // If the session is aborted, don't keep it in memory. Only store
                        // sessions successfully staged.