Searched refs:mAdjustments (Results 1 – 1 of 1) sorted by relevance
184 private final List<Adjustment> mAdjustments; field in NotificationRecord241 mAdjustments = new ArrayList<>(); in NotificationRecord()547 pw.println(prefix + "mAdjustments=" + mAdjustments); in dump()665 synchronized (mAdjustments) { in hasAdjustment()666 for (Adjustment adjustment : mAdjustments) { in hasAdjustment()676 synchronized (mAdjustments) { in addAdjustment()677 mAdjustments.add(adjustment); in addAdjustment()683 synchronized (mAdjustments) { in applyAdjustments()684 for (Adjustment adjustment: mAdjustments) { in applyAdjustments()769 mAdjustments.clear(); in applyAdjustments()