Home
last modified time | relevance | path

Searched refs:AvalancheSuppressor (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderImplTest.kt94 AvalancheSuppressor(avalancheProvider, systemClock, systemSettings, packageManager, in testAvalancheFilter_duringAvalanche_allowConversationFromAfterEvent()
114 AvalancheSuppressor(avalancheProvider, systemClock, systemSettings, packageManager, in testAvalancheFilter_duringAvalanche_suppressConversationFromBeforeEvent()
134 AvalancheSuppressor(avalancheProvider, systemClock, systemSettings, packageManager, in testAvalancheFilter_duringAvalanche_allowHighPriorityConversation()
152 AvalancheSuppressor(avalancheProvider, systemClock, systemSettings, packageManager, in testAvalancheFilter_duringAvalanche_allowCall()
170 AvalancheSuppressor(avalancheProvider, systemClock, systemSettings, packageManager, in testAvalancheFilter_duringAvalanche_allowCategoryReminder()
188 AvalancheSuppressor(avalancheProvider, systemClock, systemSettings, packageManager, in testAvalancheFilter_duringAvalanche_allowCategoryEvent()
206 AvalancheSuppressor(avalancheProvider, systemClock, systemSettings, packageManager, in testAvalancheFilter_duringAvalanche_allowFsi()
218 AvalancheSuppressor(avalancheProvider, systemClock, systemSettings, packageManager, in testAvalancheFilter_duringAvalanche_allowColorized()
243 AvalancheSuppressor(avalancheProvider, systemClock, systemSettings, packageManager, in testAvalancheFilter_duringAvalanche_allowEmergency()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DAvalancheProvider.kt27 import com.android.systemui.statusbar.notification.interruption.AvalancheSuppressor.AvalancheEvent
DVisualInterruptionDecisionProviderImpl.kt181 AvalancheSuppressor(avalancheProvider, systemClock, systemSettings, packageManager, in start()
DCommonVisualInterruptionSuppressors.kt247 class AvalancheSuppressor( in shouldSuppress() class