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

Commit f3e5403f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Update BackgroundDexOptServiceIntegrationTests"

parents cf38228e 17dd74a1
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -264,9 +264,9 @@ public final class BackgroundDexOptServiceIntegrationTests {
            // Set time to future.
            // Set time to future.
            setTimeFutureDays(deltaDays);
            setTimeFutureDays(deltaDays);


            // Set filter to quicken.
            // Set filter to verify.
            compilePackageWithFilter(PACKAGE_NAME, "quicken");
            compilePackageWithFilter(PACKAGE_NAME, "verify");
            Assert.assertEquals("quicken", getCompilerFilter(PACKAGE_NAME));
            Assert.assertEquals("verify", getCompilerFilter(PACKAGE_NAME));


            // Fill up storage to trigger low storage threshold.
            // Fill up storage to trigger low storage threshold.
            fillUpToLowStorage();
            fillUpToLowStorage();
@@ -290,9 +290,9 @@ public final class BackgroundDexOptServiceIntegrationTests {
            // Set time to future.
            // Set time to future.
            setTimeFutureDays(deltaDays);
            setTimeFutureDays(deltaDays);


            // Set filter to quicken.
            // Set filter to speed-profile.
            compilePackageWithFilter(PACKAGE_NAME, "quicken");
            compilePackageWithFilter(PACKAGE_NAME, "speed-profile");
            Assert.assertEquals("quicken", getCompilerFilter(PACKAGE_NAME));
            Assert.assertEquals("speed-profile", getCompilerFilter(PACKAGE_NAME));


            // Fill up storage to trigger low storage threshold.
            // Fill up storage to trigger low storage threshold.
            fillUpToLowStorage();
            fillUpToLowStorage();