Searched refs:addLegacySuppressor (Results 1 – 6 of 6) sorted by relevance
68 fun addLegacySuppressor(suppressor: NotificationInterruptSuppressor) method
62 override fun addLegacySuppressor(suppressor: NotificationInterruptSuppressor) { in addLegacySuppressor() method in com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderWrapper
189 override fun addLegacySuppressor(suppressor: NotificationInterruptSuppressor) { in addLegacySuppressor() method
186 visualInterruptionDecisionProvider.addLegacySuppressor(mInterruptSuppressor); in StatusBarNotificationPresenter()
354 verify(mVisualInterruptionDecisionProvider).addLegacySuppressor(suppressorCaptor.capture()); in verifyAndCaptureLegacySuppressor()
1104 provider.addLegacySuppressor(suppressor) in <lambda>()