Searched refs:suppressInterruptions (Results 1 – 7 of 7) sorted by relevance
61 default boolean suppressInterruptions(NotificationEntry entry) { in suppressInterruptions() method
327 .firstOrNull { it.suppressInterruptions(entry) } in checkSuppressInterruptions()
555 if (mSuppressors.get(i).suppressInterruptions(entry)) { in canAlertCommon()
326 public boolean suppressInterruptions(NotificationEntry entry) {
266 mInterruptSuppressor.suppressInterruptions(createNotificationEntry())); in testSuppressInterruptions_statusBarAlertsDisabled_refactorDisabled()
212 assertThat(defaultSuppressor.suppressInterruptions(entry)).isFalse(); in testDefaultSuppressorDoesNotSuppress()1155 public boolean suppressInterruptions(NotificationEntry entry) {
143 override fun suppressInterruptions(entry: NotificationEntry?) = true in <lambda>() method in com.android.systemui.statusbar.notification.interruption.VisualInterruptionDecisionProviderTestBase