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.java179 private final List<Adjustment> mAdjustments; field in NotificationRecord
224 mAdjustments = new ArrayList<>(); in NotificationRecord()
525 pw.println(prefix + "mAdjustments=" + mAdjustments); in dump()
626 synchronized (mAdjustments) { in hasAdjustment()
627 for (Adjustment adjustment : mAdjustments) { in hasAdjustment()
637 synchronized (mAdjustments) { in addAdjustment()
638 mAdjustments.add(adjustment); in addAdjustment()
644 synchronized (mAdjustments) { in applyAdjustments()
645 for (Adjustment adjustment: mAdjustments) { in applyAdjustments()
697 mAdjustments.clear(); in applyAdjustments()