diff options
| author | 2017-04-06 16:45:04 +0000 | |
|---|---|---|
| committer | 2017-04-06 16:45:09 +0000 | |
| commit | 0b47e289c86a271d1cddd8267178f788bfb2ef06 (patch) | |
| tree | 1ba1a8a202df6768968a0e1b6cbf99159c47789c | |
| parent | 941e9e2b38ae46e167d03f5d5d7afb9701dde88f (diff) | |
| parent | 4740b61553b59957e10ab69d79ee104c9a6078d4 (diff) | |
Merge "Fix build" into oc-dev
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/statusbar/NotificationInfoTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 08c580bc0be9..2bb7f3b2b36d 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, |