package c.e.f;

import android.net.Uri;
import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public class l {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Uri f5234a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f5235b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final int f5236c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final boolean f5237d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final int f5238e;

    @Deprecated
    public l(Uri uri, int i2, int i3, boolean z, int i4) {
        Objects.requireNonNull(uri);
        this.f5234a = uri;
        this.f5235b = i2;
        this.f5236c = i3;
        this.f5237d = z;
        this.f5238e = i4;
    }
}
