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

Commit efbf2515 authored by Dario Freni's avatar Dario Freni
Browse files

Add bug references to TODO.

Test: n/a
Bug: 118865310
Change-Id: Iecba2d48f3171fef4e76e12077236936056fe9fd
parent 4e172cc5
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.