summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/launcher3/InvariantDeviceProfileTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/android/launcher3/InvariantDeviceProfileTest.java')
-rw-r--r--tests/src/com/android/launcher3/InvariantDeviceProfileTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/launcher3/InvariantDeviceProfileTest.java b/tests/src/com/android/launcher3/InvariantDeviceProfileTest.java
index 1bc7c1190..dc3e05e9d 100644
--- a/tests/src/com/android/launcher3/InvariantDeviceProfileTest.java
+++ b/tests/src/com/android/launcher3/InvariantDeviceProfileTest.java
@@ -42,7 +42,7 @@ public class InvariantDeviceProfileTest extends AndroidTestCase {
protected void setUp() throws Exception {
super.setUp();
mInvariantProfile = new InvariantDeviceProfile(getContext());
- mPredefinedDeviceProfiles = mInvariantProfile.getPredefinedDeviceProfiles();
+ mPredefinedDeviceProfiles = mInvariantProfile.getPredefinedDeviceProfiles(getContext());
}
@Override