Searched refs:mSuppressors (Results 1 – 1 of 1) sorted by relevance
72 private final List<NotificationInterruptSuppressor> mSuppressors = new ArrayList<>(); field in NotificationInterruptStateProviderImpl187 mSuppressors.add(suppressor); in addSuppressor()192 mSuppressors.remove(suppressor); in removeSuppressor()476 for (int i = 0; i < mSuppressors.size(); i++) { in shouldHeadsUpWhenAwake()477 if (mSuppressors.get(i).suppressAwakeHeadsUp(entry)) { in shouldHeadsUpWhenAwake()478 if (log) mLogger.logNoHeadsUpSuppressedBy(entry, mSuppressors.get(i)); in shouldHeadsUpWhenAwake()554 for (int i = 0; i < mSuppressors.size(); i++) { in canAlertCommon()555 if (mSuppressors.get(i).suppressInterruptions(entry)) { in canAlertCommon()557 mLogger.logNoAlertingSuppressedBy(entry, mSuppressors.get(i), in canAlertCommon()612 for (int i = 0; i < mSuppressors.size(); i++) { in canAlertAwakeCommon()[all …]