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