Searched defs:adjustments (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DNotificationRankerService.java205 * Updates existing notifications. Re-ranking won't occur until all adjustments are applied.
209 * @param adjustments a list of adjustments with explanations
211 public final void adjustNotifications(List<Adjustment> adjustments) { argument
214 getNotificationInterface().applyAdjustmentsFromRankerService(mWrapper, adjustments);

Completed in 54 milliseconds