Searched refs:AvalancheSuppressor (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
D | VisualInterruptionDecisionProviderImplTest.kt | 94 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/ |
D | AvalancheProvider.kt | 27 import com.android.systemui.statusbar.notification.interruption.AvalancheSuppressor.AvalancheEvent
|
D | VisualInterruptionDecisionProviderImpl.kt | 181 AvalancheSuppressor(avalancheProvider, systemClock, systemSettings, packageManager, in start()
|
D | CommonVisualInterruptionSuppressors.kt | 247 class AvalancheSuppressor( in shouldSuppress() class
|