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

Commit 6d26abc3 authored by Shubang Lu's avatar Shubang Lu Committed by Android (Google) Code Review
Browse files

Merge "TIAF: add JavaDoc for TvInteractiveAppServiceInfo constructor" into tm-dev

parents a73de184 9a08a753
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -71,6 +71,12 @@ public final class TvInteractiveAppServiceInfo implements Parcelable {
    private final String mId;
    private int mTypes;

    /**
     * Constructs a TvInteractiveAppServiceInfo object.
     *
     * @param context the application context
     * @param component the component name of the TvInteractiveAppService
     */
    public TvInteractiveAppServiceInfo(@NonNull Context context, @NonNull ComponentName component) {
        if (context == null) {
            throw new IllegalArgumentException("context cannot be null.");