From 4740b61553b59957e10ab69d79ee104c9a6078d4 Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Thu, 6 Apr 2017 12:31:56 -0400 Subject: [PATCH] Fix build Test: runtest systemui Change-Id: I94663b45c8f745c9485cdeb898de5a6bc4f85f0b --- .../com/android/systemui/statusbar/NotificationInfoTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/NotificationInfoTest.java b/packages/SystemUI/tests/src/com/android/systemui/statusbar/NotificationInfoTest.java index 08c580bc0be91..2bb7f3b2b36d9 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/NotificationInfoTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/NotificationInfoTest.java @@ -240,7 +240,7 @@ public class NotificationInfoTest extends SysuiTestCase { public void testBindNotification_SettingsButtonReappersAfterSecondBind() throws Exception { mNotificationInfo.bindNotification(mMockPackageManager, mMockINotificationManager, TEST_PACKAGE_NAME, Arrays.asList(mNotificationChannel), - null, null, null, null); + mNotificationChannel.getImportance(), mSbn, null, null, null, null, null); mNotificationInfo.bindNotification(mMockPackageManager, mMockINotificationManager, TEST_PACKAGE_NAME, Arrays.asList(mNotificationChannel), mNotificationChannel.getImportance(), mSbn,