From f03bd4f5470eed9808a0e6f345de94f4e578ae85 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Sat, 9 Jul 2016 15:42:36 -0700 Subject: Build fix. Missed some traces of key-value backup Change-Id: Ifda94aa27aa53625bfb7ca173c6750c1b2433669 --- tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java b/tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java index 3cef9e0f6..4dae42f7e 100644 --- a/tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java +++ b/tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java @@ -15,7 +15,6 @@ import com.android.launcher3.config.ProviderConfig; import com.android.launcher3.util.TestLauncherProvider; import java.util.ArrayList; -import java.util.HashMap; import java.util.HashSet; /** @@ -231,7 +230,7 @@ public class GridSizeMigrationTaskTest extends ProviderTestCase2(), + new GridSizeMigrationTask(getMockContext(), mIdp, mValidPackages, new Point(4, 4), new Point(3, 4)).migrateWorkspace(); // Items in the second column of the first screen should get placed on a new screen. @@ -254,7 +253,7 @@ public class GridSizeMigrationTaskTest extends ProviderTestCase2(), + new GridSizeMigrationTask(getMockContext(), mIdp, mValidPackages, new Point(4, 4), new Point(3, 3)).migrateWorkspace(); // Items in the second column of the first screen should get placed on a new screen. -- cgit v1.2.3