Add FLAG_ONGOING_SESSION_MANAGED to javadoc

Bug: 266923039
Test: N/A. Javadoc change only.
Change-Id: I72d95e28d8cd42146c30628b3289e6ba62bb5816
This commit is contained in:
Santiago Seifert
2023-02-07 17:57:39 +00:00
parent 7f9d899af3
commit f17b5ef541

View File

@@ -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