Home
last modified time | relevance | path

Searched refs:setSuspended (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java288 public NotificationEntryBuilder setSuspended(boolean suspended) { in setSuspended() method in NotificationEntryBuilder
289 mRankingBuilder.setSuspended(suspended); in setSuspended()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRankingCoordinatorTest.java154 .setSuspended(true) in filterSuspended()
318 .setSuspended(false); in getRankingForUnfilteredNotif()
H A DDeviceProvisionedCoordinatorTest.java141 .setSuspended(false); in getRankingForUnfilteredNotif()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DRankingBuilder.java180 public RankingBuilder setSuspended(boolean suspended) { in setSuspended() method in RankingBuilder
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImplTest.java827 modifyRanking(entry).setSuspended(true).build(); in testShouldNotScreen_appSuspended()