Home | History | Annotate | Download | only in notification

Lines Matching refs:Adjustment

137      * @return an adjustment or null to take no action, within 100ms.
139 abstract public Adjustment onNotificationEnqueued(StatusBarNotification sbn,
193 * @param adjustment the adjustment with an explanation
195 public final void adjustNotification(Adjustment adjustment) {
198 getNotificationInterface().applyAdjustmentFromRankerService(mWrapper, adjustment);
211 public final void adjustNotifications(List<Adjustment> adjustments) {
300 Adjustment adjustment = onNotificationEnqueued(sbn, importance, user);
301 if (adjustment != null) {
302 adjustNotification(adjustment);