package b.f.g;

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 f964a;

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

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

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

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

    @Deprecated
    public l(Uri uri, int i, int i2, boolean z, int i3) {
        Objects.requireNonNull(uri);
        this.f964a = uri;
        this.f965b = i;
        this.f966c = i2;
        this.f967d = z;
        this.f968e = i3;
    }
}
