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

Commit 047d093a authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Add builder javadoc

Test: presubmit
Flag: EXEMPT javadoc only
Bug: b/409118670
Change-Id: I8a4e4a0a3de11575206dd683a2524c9850c183c2
parent 4ef7e1db
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -159,6 +159,13 @@ public final class SuggestedDeviceInfo implements Parcelable {

        private Bundle mExtras = Bundle.EMPTY;

        /**
         * Constructor.
         *
         * @param deviceDisplayName The {@link #getDeviceDisplayName() display name}.
         * @param routeId The {@link #getRouteId() route ID}.
         * @param type The {@link #getType() route type}.
         */
        public Builder(
                @NonNull String deviceDisplayName,
                @NonNull String routeId,