package d.h.g;

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

/* JADX INFO: loaded from: classes.dex */
public class m {
    public final Uri a;

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

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

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

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

    @Deprecated
    public m(Uri uri, int i2, int i3, boolean z2, int i4) {
        Objects.requireNonNull(uri);
        this.a = uri;
        this.f2690b = i2;
        this.f2691c = i3;
        this.f2692d = z2;
        this.f2693e = i4;
    }
}
