summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-03-07 15:27:00 -0800
committerSunny Goyal <sunnygoyal@google.com>2017-03-07 23:36:06 +0000
commit88c07e5b8157fc806ac80fb984559813cba1e4bf (patch)
treefa0bf647c91cb0eabd929193c65e7df990e903b0 /tests
parent93ce56fdb2e06e790b1a8e78f5ade257fc2fb55d (diff)
downloadandroid_packages_apps_Trebuchet-88c07e5b8157fc806ac80fb984559813cba1e4bf.tar.gz
android_packages_apps_Trebuchet-88c07e5b8157fc806ac80fb984559813cba1e4bf.tar.bz2
android_packages_apps_Trebuchet-88c07e5b8157fc806ac80fb984559813cba1e4bf.zip
Updating test as per API changes
Change-Id: I746bf48254ebfcad18426d47c61a54f8a11f5cf8
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/launcher3/testcomponent/RequestPinItemActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/launcher3/testcomponent/RequestPinItemActivity.java b/tests/src/com/android/launcher3/testcomponent/RequestPinItemActivity.java
index c2dd2259d..2a031af69 100644
--- a/tests/src/com/android/launcher3/testcomponent/RequestPinItemActivity.java
+++ b/tests/src/com/android/launcher3/testcomponent/RequestPinItemActivity.java
@@ -84,6 +84,6 @@ public class RequestPinItemActivity extends BaseTestingActivity {
}
private void requestWidget(ComponentName cn) {
- AppWidgetManager.getInstance(this).requestPinAppWidget(cn, mCallback);
+ AppWidgetManager.getInstance(this).requestPinAppWidget(cn, null, mCallback);
}
}