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

Commit 3bbdaf62 authored by Justin Dunlap's avatar Justin Dunlap Committed by Android Build Coastguard Worker
Browse files

Fix build issues after cherrypick in NMSTest (pt 2)

Test: NotificationManagerServiceTest
Bug: 396667508
Flag: EXEMPT TEST_ONLY
Cherrypick-From: https://googleplex-android-review.googlesource.com/q/commit:a6a5b54e02043ea65ecf62e5161ea44e21d5fbe8
Merged-In: Ib8fd3c11c441e0588b49cf911982d4f0830e34fe
Change-Id: Ib8fd3c11c441e0588b49cf911982d4f0830e34fe
parent 39bbae58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16883,7 +16883,7 @@ public class NotificationManagerServiceTest extends UiServiceTestCase {
        NotificationManager.Policy policy = new NotificationManager.Policy(0, 0, 0);
        mBinderService.setNotificationPolicy("package", policy, false);
        verify(zenHelper).applyGlobalPolicyAsImplicitZenRule(any(), eq("package"), anyInt(),
        verify(zenModeHelper).applyGlobalPolicyAsImplicitZenRule(any(), eq("package"), anyInt(),
                eq(policy));
    }