Searched refs:shouldSuppress (Results 1 – 6 of 6) 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() method101 abstract fun shouldSuppress(entry: NotificationEntry): Boolean in shouldSuppress() method in com.android.systemui.statusbar.notification.interruption.VisualInterruptionFilter
342 .firstOrNull { it.types.contains(type) && it.shouldSuppress() } in checkConditions()347 .firstOrNull { it.types.contains(type) && it.shouldSuppress(entry) } in checkFilters()
156 assertFalse(mAlertsDisabledCondition.shouldSuppress()); in testNoSuppressHeadsUp_default_refactorEnabled()157 assertFalse(mVrModeCondition.shouldSuppress()); in testNoSuppressHeadsUp_default_refactorEnabled()158 assertFalse(mNeedsRedactionFilter.shouldSuppress(createNotificationEntry())); in testNoSuppressHeadsUp_default_refactorEnabled()159 assertFalse(mAlertsDisabledCondition.shouldSuppress()); in testNoSuppressHeadsUp_default_refactorEnabled()181 mPanelsDisabledCondition.shouldSuppress()); in testSuppressHeadsUp_disabledStatusBar_refactorEnabled()203 mPanelsDisabledCondition.shouldSuppress()); in testSuppressHeadsUp_disabledNotificationShade_refactorEnabled()230 assertFalse(mNeedsRedactionFilter.shouldSuppress(createFsiNotificationEntry())); in testNoSuppressHeadsUp_FSI_nonOccludedKeyguard_refactorEnabled()252 assertTrue("Vr mode should suppress interruptions", mVrModeCondition.shouldSuppress()); in testSuppressInterruptions_vrMode_refactorEnabled()275 mAlertsDisabledCondition.shouldSuppress()); in testSuppressInterruptions_statusBarAlertsDisabled_refactorEnabled()
335 public boolean shouldSuppress() {343 public boolean shouldSuppress() {351 public boolean shouldSuppress(@NonNull NotificationEntry entry) {376 public boolean shouldSuppress() {
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