Home
last modified time | relevance | path

Searched refs:suppressInterruptions (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptSuppressor.java61 default boolean suppressInterruptions(NotificationEntry entry) { in suppressInterruptions() method
DVisualInterruptionDecisionProviderImpl.kt327 .firstOrNull { it.suppressInterruptions(entry) } in checkSuppressInterruptions()
DNotificationInterruptStateProviderImpl.java555 if (mSuppressors.get(i).suppressInterruptions(entry)) { in canAlertCommon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java326 public boolean suppressInterruptions(NotificationEntry entry) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java266 mInterruptSuppressor.suppressInterruptions(createNotificationEntry())); in testSuppressInterruptions_statusBarAlertsDisabled_refactorDisabled()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java212 assertThat(defaultSuppressor.suppressInterruptions(entry)).isFalse(); in testDefaultSuppressorDoesNotSuppress()
1155 public boolean suppressInterruptions(NotificationEntry entry) {
DVisualInterruptionDecisionProviderTestBase.kt143 override fun suppressInterruptions(entry: NotificationEntry?) = true in <lambda>() method in com.android.systemui.statusbar.notification.interruption.VisualInterruptionDecisionProviderTestBase