Searched defs:shouldSuppress (Results 1 – 3 of 3) sorted by relevance
65 override fun shouldSuppress(): Boolean = !isEnabled in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PeekDisabledSuppressor105 override fun shouldSuppress(): Boolean = in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PulseDisabledSuppressor111 override fun shouldSuppress() = batteryController.isAodPowerSave() in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PulseBatterySaverSuppressor116 override fun shouldSuppress(entry: NotificationEntry) = in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PeekPackageSnoozedSuppressor131 override fun shouldSuppress(entry: NotificationEntry) = in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PeekAlreadyBubbledSuppressor144 override fun shouldSuppress(entry: NotificationEntry) = entry.shouldSuppressPeek() in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PeekDndSuppressor149 override fun shouldSuppress(entry: NotificationEntry) = entry.importance < IMPORTANCE_HIGH in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PeekNotImportantSuppressor156 override fun shouldSuppress() = in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PeekDeviceNotInUseSuppressor172 override fun shouldSuppress(entry: NotificationEntry): Boolean = in whenAge() method in com.android.systemui.statusbar.notification.interruption.PeekOldWhenSuppressor190 override fun shouldSuppress(entry: NotificationEntry) = entry.shouldSuppressAmbient() in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.PulseEffectSuppressor[all …]
82 abstract fun shouldSuppress(): Boolean in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.VisualInterruptionCondition101 abstract fun shouldSuppress(entry: NotificationEntry): Boolean in shouldSuppress() method
413 override fun shouldSuppress(): Boolean = onShouldSuppress() in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.VisualInterruptionDecisionProviderImplTest420 override fun shouldSuppress(entry: NotificationEntry) = onShouldSuppress(entry) method