Searched refs:adjustments (Results 1 – 8 of 8) 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()
854 final NetworkStats adjustments = new NetworkStats(0, stackedIfaces.size()); in apply464xlatAdjustments() local877 adjustments.combineValues(adjust); in apply464xlatAdjustments()891 baseTraffic.combineAllValues(adjustments); in apply464xlatAdjustments()
151 …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()
222 # Auto-brightness adjustments by the user.
3995 List<Adjustment> adjustments = new ArrayList<>();3996 adjustments.add(adjustment);3997 applyAdjustmentsFromAssistant(token, adjustments);4002 List<Adjustment> adjustments) {4009 for (Adjustment adjustment : adjustments) {4202 final Bundle adjustments = adjustment.getSignals();4203 Bundle.setDefusable(adjustments, true);4205 for (String potentialKey : adjustments.keySet()) {4211 adjustments.remove(removeKey);
673 // The length of time in milli-seconds that automatic small adjustments to
7379 // Custom tag for NotificationItem. Hash of the NAS that made adjustments.