Searched refs:AvalancheEvent (Results 1 – 2 of 2) sorted by relevance
272 enum class AvalancheEvent(private val id: Int) : UiEventLogger.UiEventEnum { in shouldSuppress() class in com.android.systemui.statusbar.notification.interruption.AvalancheSuppressor320 uiEventLogger.log(AvalancheEvent.AVALANCHE_SUPPRESSOR_HUN_ALLOWED_NEW_CONVERSATION) in shouldSuppress()325 uiEventLogger.log(AvalancheEvent.AVALANCHE_SUPPRESSOR_HUN_ALLOWED_PRIORITY_CONVERSATION) in shouldSuppress()330 uiEventLogger.log(AvalancheEvent.AVALANCHE_SUPPRESSOR_HUN_ALLOWED_CALL_STYLE) in shouldSuppress()335 uiEventLogger.log(AvalancheEvent.AVALANCHE_SUPPRESSOR_HUN_ALLOWED_CATEGORY_REMINDER) in shouldSuppress()340 uiEventLogger.log(AvalancheEvent.AVALANCHE_SUPPRESSOR_HUN_ALLOWED_CATEGORY_EVENT) in shouldSuppress()345 uiEventLogger.log(AvalancheEvent.AVALANCHE_SUPPRESSOR_HUN_ALLOWED_FSI_WITH_PERMISSION) in shouldSuppress()349 uiEventLogger.log(AvalancheEvent.AVALANCHE_SUPPRESSOR_HUN_ALLOWED_COLORIZED) in shouldSuppress()356 uiEventLogger.log(AvalancheEvent.AVALANCHE_SUPPRESSOR_HUN_ALLOWED_EMERGENCY) in shouldSuppress()359 uiEventLogger.log(AvalancheEvent.AVALANCHE_SUPPRESSOR_HUN_SUPPRESSED) in shouldSuppress()
27 import com.android.systemui.statusbar.notification.interruption.AvalancheSuppressor.AvalancheEvent65 uiEventLogger.log(AvalancheEvent.AVALANCHE_SUPPRESSOR_RECEIVED_TRIGGERING_EVENT) in onReceive()