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.java173 private final List<Adjustment> mAdjustments; field in NotificationRecord
213 mAdjustments = new ArrayList<>(); in NotificationRecord()
584 pw.println(prefix + "mAdjustments=" + mAdjustments); in dump()
599 synchronized (mAdjustments) { in hasAdjustment()
600 for (Adjustment adjustment : mAdjustments) { in hasAdjustment()
610 synchronized (mAdjustments) { in addAdjustment()
611 mAdjustments.add(adjustment); in addAdjustment()
617 synchronized (mAdjustments) { in applyAdjustments()
618 for (Adjustment adjustment: mAdjustments) { in applyAdjustments()
663 mAdjustments.clear(); in applyAdjustments()