Skip to content
Snippets Groups Projects
Commit 28ce723a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update BackgroundDexOptServiceIntegrationTests" am: f3e5403f

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1518643

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id8cd8320c32b84557031d19aceefb8f7fca1db45
parents 414d2a51 f3e5403f
No related branches found
No related tags found
No related merge requests found
......@@ -264,9 +264,9 @@ public final class BackgroundDexOptServiceIntegrationTests {
// Set time to future.
setTimeFutureDays(deltaDays);
// Set filter to quicken.
compilePackageWithFilter(PACKAGE_NAME, "quicken");
Assert.assertEquals("quicken", getCompilerFilter(PACKAGE_NAME));
// Set filter to verify.
compilePackageWithFilter(PACKAGE_NAME, "verify");
Assert.assertEquals("verify", getCompilerFilter(PACKAGE_NAME));
// Fill up storage to trigger low storage threshold.
fillUpToLowStorage();
......@@ -290,9 +290,9 @@ public final class BackgroundDexOptServiceIntegrationTests {
// Set time to future.
setTimeFutureDays(deltaDays);
// Set filter to quicken.
compilePackageWithFilter(PACKAGE_NAME, "quicken");
Assert.assertEquals("quicken", getCompilerFilter(PACKAGE_NAME));
// Set filter to speed-profile.
compilePackageWithFilter(PACKAGE_NAME, "speed-profile");
Assert.assertEquals("speed-profile", getCompilerFilter(PACKAGE_NAME));
// Fill up storage to trigger low storage threshold.
fillUpToLowStorage();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment