Searched refs:suppressor (Results 1 – 8 of 8) sorted by relevance
62 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()
106 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()
186 void addSuppressor(NotificationInterruptSuppressor suppressor); in addSuppressor() argument191 void removeSuppressor(NotificationInterruptSuppressor suppressor); in removeSuppressor() argument
68 fun addLegacySuppressor(suppressor: NotificationInterruptSuppressor)77 @VisibleForTesting fun removeLegacySuppressor(suppressor: NotificationInterruptSuppressor)
162 suppressor: NotificationInterruptSuppressor in logNoHeadsUpSuppressedBy()166 str2 = suppressor.name in logNoHeadsUpSuppressedBy()198 suppressor: NotificationInterruptSuppressor, in logNoAlertingSuppressedBy()203 str2 = suppressor.name in logNoAlertingSuppressedBy()
186 public void addSuppressor(NotificationInterruptSuppressor suppressor) { in addSuppressor() argument187 mSuppressors.add(suppressor); in addSuppressor()191 public void removeSuppressor(NotificationInterruptSuppressor suppressor) { in removeSuppressor() argument192 mSuppressors.remove(suppressor); in removeSuppressor()
1101 suppressor: NotificationInterruptSuppressor, in <lambda>()1104 provider.addLegacySuppressor(suppressor) in <lambda>()1106 provider.removeLegacySuppressor(suppressor) in <lambda>()
5860 ComponentName suppressor = !mEffectsSuppressors.isEmpty()5863 if (isCallerSystemOrSystemUiOrShell() || suppressor == null5864 || mPackageManagerInternal.isSameApp(suppressor.getPackageName(),5866 return suppressor;6823 for (ComponentName suppressor : mEffectsSuppressors) {6824 suppressor.dumpDebug(proto, ZenModeProto.SUPPRESSORS);