Searched refs:mAdjustments (Results 1 – 1 of 1) sorted by relevance
173 private final List<Adjustment> mAdjustments; field in NotificationRecord213 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()