package c.f.g;

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

/* JADX INFO: compiled from: FontsContractCompat.java */
/* 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 f1374b;

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

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

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

    @Deprecated
    public m(Uri uri, int i2, int i3, boolean z, int i4) {
        Objects.requireNonNull(uri);
        this.a = uri;
        this.f1374b = i2;
        this.f1375c = i3;
        this.f1376d = z;
        this.f1377e = i4;
    }
}
