Searched refs:simulatePackageSuspendBroadcast (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 623 private void simulatePackageSuspendBroadcast(boolean suspend, String pkg, in simulatePackageSuspendBroadcast() method in NotificationManagerServiceTest 4762 simulatePackageSuspendBroadcast(true, PKG, notif1.getUid()); in testHideAndUnhideNotificationsOnSuspendedPackageBroadcast() 4768 simulatePackageSuspendBroadcast(false, PKG, notif1.getUid()); in testHideAndUnhideNotificationsOnSuspendedPackageBroadcast() 4785 simulatePackageSuspendBroadcast(true, "test_package", notif1.getUid()); in testNoNotificationsHiddenOnSuspendedPackageBroadcast() 4802 simulatePackageSuspendBroadcast(true, PKG, 10); in testNotificationFromDifferentUserHidden()
|