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.java191 private final List<Adjustment> mAdjustments; field in NotificationRecord
248 mAdjustments = new ArrayList<>(); in NotificationRecord()
565 pw.println(prefix + "mAdjustments=" + mAdjustments); in dump()
682 synchronized (mAdjustments) { in hasAdjustment()
683 for (Adjustment adjustment : mAdjustments) { in hasAdjustment()
693 synchronized (mAdjustments) { in addAdjustment()
694 mAdjustments.add(adjustment); in addAdjustment()
700 synchronized (mAdjustments) { in applyAdjustments()
701 for (Adjustment adjustment: mAdjustments) { in applyAdjustments()
786 mAdjustments.clear(); in applyAdjustments()