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

Commit d507b325 authored by Hui Yu's avatar Hui Yu
Browse files

Update javadoc for END_OF_DAY event.

END_OF_DAY event has non-null packageName and null className.

Fix: 154842373
Test: NA
Change-Id: I3f225d459445db8416c822768f147f5b359c4ea4
parent 6a28d69c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -133,6 +133,7 @@ public final class UsageEvents implements Parcelable {
        /**
        /**
         * An event type denoting that a component was in the foreground when the stats
         * An event type denoting that a component was in the foreground when the stats
         * rolled-over. This is effectively treated as a {@link #ACTIVITY_PAUSED}.
         * rolled-over. This is effectively treated as a {@link #ACTIVITY_PAUSED}.
         * This event has a non-null packageName, and a null className.
         * {@hide}
         * {@hide}
         */
         */
        public static final int END_OF_DAY = 3;
        public static final int END_OF_DAY = 3;