Home
last modified time | relevance | path

Searched refs:adjustments (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationAssistantService.java254 public final void adjustNotifications(@NonNull List<Adjustment> adjustments) { in adjustNotifications() argument
257 for (Adjustment adjustment : adjustments) { in adjustNotifications()
260 getNotificationInterface().applyAdjustmentsFromAssistant(mWrapper, adjustments); in adjustNotifications()
/frameworks/base/core/java/android/net/
DNetworkStats.java854 final NetworkStats adjustments = new NetworkStats(0, stackedIfaces.size()); in apply464xlatAdjustments() local
877 adjustments.combineValues(adjust); in apply464xlatAdjustments()
891 baseTraffic.combineAllValues(adjustments); in apply464xlatAdjustments()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl151 …oid applyAdjustmentsFromAssistant(in INotificationListener token, in List<Adjustment> adjustments); in applyAdjustmentsFromAssistant() argument
/frameworks/base/services/core/java/com/android/server/display/
DDisplayPowerController.java2071 public String toString(int adjustments) { in toString() argument
2075 if ((adjustments & ADJUSTMENT_AUTO_TEMP) != 0) { in toString()
2078 if ((adjustments & ADJUSTMENT_AUTO) != 0) { in toString()
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags222 # Auto-brightness adjustments by the user.
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3995 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);
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto673 // The length of time in milli-seconds that automatic small adjustments to
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto7379 // Custom tag for NotificationItem. Hash of the NAS that made adjustments.