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

Commit f17b5ef5 authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Add FLAG_ONGOING_SESSION_MANAGED to javadoc

Bug: 266923039
Test: N/A. Javadoc change only.
Change-Id: I72d95e28d8cd42146c30628b3289e6ba62bb5816
parent 7f9d899a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@ public final class RouteListingPreference implements Parcelable {
        @IntDef(
                flag = true,
                prefix = {"FLAG_"},
                value = {FLAG_ONGOING_SESSION, FLAG_SUGGESTED, FLAG_ONGOING_SESSION_MANAGED})
                value = {FLAG_ONGOING_SESSION, FLAG_ONGOING_SESSION_MANAGED, FLAG_SUGGESTED})
        public @interface Flags {}

        /**
@@ -423,6 +423,7 @@ public final class RouteListingPreference implements Parcelable {
         * Returns the flags associated to the route that corresponds to this item.
         *
         * @see #FLAG_ONGOING_SESSION
         * @see #FLAG_ONGOING_SESSION_MANAGED
         * @see #FLAG_SUGGESTED
         */
        @Flags