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 15:27:13 -0800
commitf410ca77c7f9baaccab62139691cee8d5cefdca1 (patch)
tree5270eccdaf21c9b3b671f2952ad172559b1d9c20 /tests
parent3ba48fa019048b69aace5c88373bb3c59f3c2c1d (diff)
downloadandroid_packages_apps_Trebuchet-f410ca77c7f9baaccab62139691cee8d5cefdca1.tar.gz
android_packages_apps_Trebuchet-f410ca77c7f9baaccab62139691cee8d5cefdca1.tar.bz2
android_packages_apps_Trebuchet-f410ca77c7f9baaccab62139691cee8d5cefdca1.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);
}
}