Home
last modified time | relevance | path

Searched refs:suppressor (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderWrapper.kt62 override fun addLegacySuppressor(suppressor: NotificationInterruptSuppressor) { in addLegacySuppressor()
63 wrapped.addSuppressor(suppressor) in addLegacySuppressor()
66 override fun removeLegacySuppressor(suppressor: NotificationInterruptSuppressor) { in removeLegacySuppressor()
67 wrapped.removeSuppressor(suppressor) in removeLegacySuppressor()
DVisualInterruptionDecisionProviderImpl.kt106 fun suppressed(suppressor: VisualInterruptionSuppressor) = in suppressed()
108 DecisionImpl(shouldInterrupt = false, logReason = suppressor.reason), in suppressed()
109 uiEventId = suppressor.uiEventId, in suppressed()
110 eventLogData = suppressor.eventLogData in suppressed()
189 override fun addLegacySuppressor(suppressor: NotificationInterruptSuppressor) { in addLegacySuppressor()
190 legacySuppressors.add(suppressor) in addLegacySuppressor()
193 override fun removeLegacySuppressor(suppressor: NotificationInterruptSuppressor) { in removeLegacySuppressor()
194 legacySuppressors.remove(suppressor) in removeLegacySuppressor()
DNotificationInterruptStateProvider.java186 void addSuppressor(NotificationInterruptSuppressor suppressor); in addSuppressor() argument
191 void removeSuppressor(NotificationInterruptSuppressor suppressor); in removeSuppressor() argument
DVisualInterruptionDecisionProvider.kt68 fun addLegacySuppressor(suppressor: NotificationInterruptSuppressor)
77 @VisibleForTesting fun removeLegacySuppressor(suppressor: NotificationInterruptSuppressor)
DNotificationInterruptLogger.kt162 suppressor: NotificationInterruptSuppressor in logNoHeadsUpSuppressedBy()
166 str2 = suppressor.name in logNoHeadsUpSuppressedBy()
198 suppressor: NotificationInterruptSuppressor, in logNoAlertingSuppressedBy()
203 str2 = suppressor.name in logNoAlertingSuppressedBy()
DNotificationInterruptStateProviderImpl.java186 public void addSuppressor(NotificationInterruptSuppressor suppressor) { in addSuppressor() argument
187 mSuppressors.add(suppressor); in addSuppressor()
191 public void removeSuppressor(NotificationInterruptSuppressor suppressor) { in removeSuppressor() argument
192 mSuppressors.remove(suppressor); in removeSuppressor()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt1101 suppressor: NotificationInterruptSuppressor, in <lambda>()
1104 provider.addLegacySuppressor(suppressor) in <lambda>()
1106 provider.removeLegacySuppressor(suppressor) in <lambda>()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java5860 ComponentName suppressor = !mEffectsSuppressors.isEmpty()
5863 if (isCallerSystemOrSystemUiOrShell() || suppressor == null
5864 || mPackageManagerInternal.isSameApp(suppressor.getPackageName(),
5866 return suppressor;
6823 for (ComponentName suppressor : mEffectsSuppressors) {
6824 suppressor.dumpDebug(proto, ZenModeProto.SUPPRESSORS);