Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java184 private final List<Adjustment> mAdjustments; field in NotificationRecord
241 mAdjustments = new ArrayList<>(); in NotificationRecord()
547 pw.println(prefix + "mAdjustments=" + mAdjustments); in dump()
665 synchronized (mAdjustments) { in hasAdjustment()
666 for (Adjustment adjustment : mAdjustments) { in hasAdjustment()
676 synchronized (mAdjustments) { in addAdjustment()
677 mAdjustments.add(adjustment); in addAdjustment()
683 synchronized (mAdjustments) { in applyAdjustments()
684 for (Adjustment adjustment: mAdjustments) { in applyAdjustments()
769 mAdjustments.clear(); in applyAdjustments()