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