Home
last modified time | relevance | path

Searched refs:addLegacySuppressor (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProvider.kt68 fun addLegacySuppressor(suppressor: NotificationInterruptSuppressor) method
DNotificationInterruptStateProviderWrapper.kt62 override fun addLegacySuppressor(suppressor: NotificationInterruptSuppressor) { in addLegacySuppressor() method in com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderWrapper
DVisualInterruptionDecisionProviderImpl.kt189 override fun addLegacySuppressor(suppressor: NotificationInterruptSuppressor) { in addLegacySuppressor() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java186 visualInterruptionDecisionProvider.addLegacySuppressor(mInterruptSuppressor); in StatusBarNotificationPresenter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java354 verify(mVisualInterruptionDecisionProvider).addLegacySuppressor(suppressorCaptor.capture()); in verifyAndCaptureLegacySuppressor()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt1104 provider.addLegacySuppressor(suppressor) in <lambda>()