package defpackage;

import android.os.Build;
import androidx.media3.container.NalUnitUtil;
import java.util.ArrayList;
import kotlin.Metadata;

/* JADX INFO: loaded from: classes2.dex */
@Metadata(d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\b\u0080\b\u0018\u00002\u00020\u0001¨\u0006\u0002"}, d2 = {"Ldj;", "", "com.google.firebase-firebase-sessions"}, k = 1, mv = {1, 8, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class dj {
    public final String a;
    public final String b;
    public final String c;
    public final ni7 d;
    public final ArrayList e;

    public dj(String str, String str2, String str3, ni7 ni7Var, ArrayList arrayList) {
        String str4 = Build.MANUFACTURER;
        cr4.g(str2, "versionName");
        cr4.g(str3, "appBuildVersion");
        cr4.g(str4, "deviceManufacturer");
        this.a = str;
        this.b = str2;
        this.c = str3;
        this.d = ni7Var;
        this.e = arrayList;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof dj)) {
            return false;
        }
        dj djVar = (dj) obj;
        if (!this.a.equals(djVar.a) || !cr4.b(this.b, djVar.b) || !cr4.b(this.c, djVar.c)) {
            return false;
        }
        String str = Build.MANUFACTURER;
        return cr4.b(str, str) && this.d.equals(djVar.d) && this.e.equals(djVar.e);
    }

    public final int hashCode() {
        return this.e.hashCode() + ((this.d.hashCode() + vw2.b(vw2.b(vw2.b(this.a.hashCode() * 31, 31, this.b), 31, this.c), 31, Build.MANUFACTURER)) * 31);
    }

    public final String toString() {
        return "AndroidApplicationInfo(packageName=" + this.a + ", versionName=" + this.b + ", appBuildVersion=" + this.c + ", deviceManufacturer=" + Build.MANUFACTURER + ", currentProcessDetails=" + this.d + ", appProcessDetails=" + this.e + ')';
    }
}
