Home
last modified time | relevance | path

Searched defs:shouldSuppress (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DCommonVisualInterruptionSuppressors.kt65 override fun shouldSuppress(): Boolean = !isEnabled in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PeekDisabledSuppressor
105 override fun shouldSuppress(): Boolean = in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PulseDisabledSuppressor
111 override fun shouldSuppress() = batteryController.isAodPowerSave() in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PulseBatterySaverSuppressor
116 override fun shouldSuppress(entry: NotificationEntry) = in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PeekPackageSnoozedSuppressor
131 override fun shouldSuppress(entry: NotificationEntry) = in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PeekAlreadyBubbledSuppressor
144 override fun shouldSuppress(entry: NotificationEntry) = entry.shouldSuppressPeek() in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PeekDndSuppressor
149 override fun shouldSuppress(entry: NotificationEntry) = entry.importance < IMPORTANCE_HIGH in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PeekNotImportantSuppressor
156 override fun shouldSuppress() = in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PeekDeviceNotInUseSuppressor
172 override fun shouldSuppress(entry: NotificationEntry): Boolean = in whenAge() method in com.android.systemui.statusbar.notification.interruption.PeekOldWhenSuppressor
190 override fun shouldSuppress(entry: NotificationEntry) = entry.shouldSuppressAmbient() in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PulseEffectSuppressor
[all …]
DVisualInterruptionSuppressor.kt82 abstract fun shouldSuppress(): Boolean in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.VisualInterruptionCondition
101 abstract fun shouldSuppress(entry: NotificationEntry): Boolean in shouldSuppress() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderImplTest.kt413 override fun shouldSuppress(): Boolean = onShouldSuppress() in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.VisualInterruptionDecisionProviderImplTest
420 override fun shouldSuppress(entry: NotificationEntry) = onShouldSuppress(entry) method