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

Commit d21df261 authored by Matías Hernández's avatar Matías Hernández
Browse files

Tweak javadoc of MetricStyle's FORMAT_ADAPTIVE

Bug: 415827681
Test: N/A
Flag: android.app.api_metric_style
Change-Id: I7ee02659e4b4d2b5ad57b76ed85d612bbe276a86
parent 3bacd78c
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"). */