Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/NotificationInterruptStateProviderWrapper.kt +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ class NotificationInterruptStateProviderWrapper( override val logReason = originalDecision.name } override fun addSuppressor(suppressor: NotificationInterruptSuppressor) { override fun addLegacySuppressor(suppressor: NotificationInterruptSuppressor) { wrapped.addSuppressor(suppressor) } Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/VisualInterruptionDecisionProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ interface VisualInterruptionDecisionProvider { * * @param[suppressor] the suppressor to add */ fun addSuppressor(suppressor: NotificationInterruptSuppressor) fun addLegacySuppressor(suppressor: NotificationInterruptSuppressor) /** * Decides whether a [notification][entry] should display as heads-up or not, but does not log Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/NotificationInterruptStateProviderWrapper.kt +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ class NotificationInterruptStateProviderWrapper( override val logReason = originalDecision.name } override fun addSuppressor(suppressor: NotificationInterruptSuppressor) { override fun addLegacySuppressor(suppressor: NotificationInterruptSuppressor) { wrapped.addSuppressor(suppressor) } Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/VisualInterruptionDecisionProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ interface VisualInterruptionDecisionProvider { * * @param[suppressor] the suppressor to add */ fun addSuppressor(suppressor: NotificationInterruptSuppressor) fun addLegacySuppressor(suppressor: NotificationInterruptSuppressor) /** * Decides whether a [notification][entry] should display as heads-up or not, but does not log Loading