Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java158 private final List<Adjustment> mAdjustments; field in NotificationRecord
192 mAdjustments = new ArrayList<>(); in NotificationRecord()
553 pw.println(prefix + "mAdjustments=" + mAdjustments); in dump()
590 synchronized (mAdjustments) { in addAdjustment()
591 mAdjustments.add(adjustment); in addAdjustment()
596 synchronized (mAdjustments) { in applyAdjustments()
597 for (Adjustment adjustment: mAdjustments) { in applyAdjustments()