Searched refs:adjustments (Results 1 – 7 of 7) sorted by relevance
254 public final void adjustNotifications(@NonNull List<Adjustment> adjustments) { in adjustNotifications() argument257 for (Adjustment adjustment : adjustments) { in adjustNotifications()260 getNotificationInterface().applyAdjustmentsFromAssistant(mWrapper, adjustments); in adjustNotifications()
153 …oid applyAdjustmentsFromAssistant(in INotificationListener token, in List<Adjustment> adjustments); in applyAdjustmentsFromAssistant() argument
2071 public String toString(int adjustments) { in toString() argument2075 if ((adjustments & ADJUSTMENT_AUTO_TEMP) != 0) { in toString()2078 if ((adjustments & ADJUSTMENT_AUTO) != 0) { in toString()
228 # Auto-brightness adjustments by the user.
4072 List<Adjustment> adjustments = new ArrayList<>();4073 adjustments.add(adjustment);4074 applyAdjustmentsFromAssistant(token, adjustments);4079 List<Adjustment> adjustments) {4086 for (Adjustment adjustment : adjustments) {4312 final Bundle adjustments = adjustment.getSignals();4313 Bundle.setDefusable(adjustments, true);4315 for (String potentialKey : adjustments.keySet()) {4321 adjustments.remove(removeKey);
674 // The length of time in milli-seconds that automatic small adjustments to
7379 // Custom tag for NotificationItem. Hash of the NAS that made adjustments.