Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9dbed5d1 authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

Merge "Fix build" into oc-dev

am: 0b47e289

Change-Id: Ic1c373a21b2c38cdc6a3c3491bb3080367401519
parents 57a94648 0b47e289
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -240,7 +240,7 @@ public class NotificationInfoTest extends SysuiTestCase {
    public void testBindNotification_SettingsButtonReappersAfterSecondBind() throws Exception {
    public void testBindNotification_SettingsButtonReappersAfterSecondBind() throws Exception {
        mNotificationInfo.bindNotification(mMockPackageManager, mMockINotificationManager,
        mNotificationInfo.bindNotification(mMockPackageManager, mMockINotificationManager,
                TEST_PACKAGE_NAME, Arrays.asList(mNotificationChannel),
                TEST_PACKAGE_NAME, Arrays.asList(mNotificationChannel),
                null, null, null, null);
                mNotificationChannel.getImportance(), mSbn, null, null, null, null, null);
        mNotificationInfo.bindNotification(mMockPackageManager, mMockINotificationManager,
        mNotificationInfo.bindNotification(mMockPackageManager, mMockINotificationManager,
                TEST_PACKAGE_NAME, Arrays.asList(mNotificationChannel),
                TEST_PACKAGE_NAME, Arrays.asList(mNotificationChannel),
                mNotificationChannel.getImportance(), mSbn,
                mNotificationChannel.getImportance(), mSbn,