Merge "Update BackgroundDexOptServiceIntegrationTests" am: f3e5403f71 am: 28ce723a53
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1518643 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5bebec11dca5ba47913b4e65a8b8dc43eba87c1a
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user