summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-07-09 15:42:36 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-07-09 15:43:07 -0700
commitf03bd4f5470eed9808a0e6f345de94f4e578ae85 (patch)
tree8f8acd48bd11103965c056f8c5d39ba72aa6199e /tests
parent8dd3ce65d827ec0c46005e9d3c69c4e506ed74a1 (diff)
downloadandroid_packages_apps_Trebuchet-f03bd4f5470eed9808a0e6f345de94f4e578ae85.tar.gz
android_packages_apps_Trebuchet-f03bd4f5470eed9808a0e6f345de94f4e578ae85.tar.bz2
android_packages_apps_Trebuchet-f03bd4f5470eed9808a0e6f345de94f4e578ae85.zip
Build fix.
Missed some traces of key-value backup Change-Id: Ifda94aa27aa53625bfb7ca173c6750c1b2433669
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java5
1 files changed, 2 insertions, 3 deletions
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<TestLauncherPro
{ 5, 2, 7, -1},
}}, 0);
- new GridSizeMigrationTask(getMockContext(), mIdp, mValidPackages, new HashMap<String, Point>(),
+ 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<TestLauncherPro
{ 5, 6, 7, -1},
}}, 0);
- new GridSizeMigrationTask(getMockContext(), mIdp, mValidPackages, new HashMap<String, Point>(),
+ 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.