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

Commit 0bc54ab8 authored by Santiago Seifert's avatar Santiago Seifert Committed by Android (Google) Code Review
Browse files

Merge "Add builder javadoc" into main

parents 7c78aba6 047d093a
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,