Searched refs:addSuppressor (Results 1 – 6 of 6) sorted by relevance
58 void addSuppressor(NotificationInterruptSuppressor suppressor); in addSuppressor() method
126 public void addSuppressor(NotificationInterruptSuppressor suppressor) { in addSuppressor() method in NotificationInterruptStateProviderImpl
362 mNotifInterruptionStateProvider.addSuppressor(mSuppressAwakeHeadsUp); in testShouldNotHeadsUp_headsUpSuppressed()373 mNotifInterruptionStateProvider.addSuppressor(mSuppressAwakeInterruptions); in testShouldNotHeadsUpAwake_awakeInterruptsSuppressed()462 mNotifInterruptionStateProvider.addSuppressor(mSuppressInterruptions); in shouldNotBubbleUp_suppressedInterruptions()
129 verify(mNotificationInterruptStateProvider).addSuppressor(suppressorCaptor.capture()); in setup()
217 notificationInterruptStateProvider.addSuppressor(mInterruptSuppressor); in StatusBarNotificationPresenter()
352 mNotificationInterruptStateProvider.addSuppressor(new NotificationInterruptSuppressor() { in start()