Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b9e1815 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Tweak javadoc of MetricStyle's FORMAT_ADAPTIVE" into main

parents 767b9c9a d21df261
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12092,11 +12092,11 @@ public class Notification implements Parcelable
         * the duration as a fixed value.
         *
         * <p>This value can also specify its formatting, whether as a "chronometer" (e.g. 43:21)
         * or an adaptive time (e.g. 43m).
         * or an adaptive time (e.g. 1h 43m).
         */
        public static final class TimeDifference extends MetricValue {
            /** Formatting option: adaptive (e.g. 1h 5m; 15m; 1m; now). */
            /** Formatting option: adaptive (e.g. 1h 5m; 15m; 1m 30s; 5s). */
            public static final int FORMAT_ADAPTIVE = 1;
            /** Formatting option: chronometer-style, (e.g. two hours = "2:00:00"). */