package w6;

import android.content.Context;

/* JADX INFO: loaded from: classes2.dex */
public final class d extends i {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final e7.a f34208b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final e7.a f34209c;

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

    public d(Context context, e7.a aVar, e7.a aVar2, String str) {
        if (context == null) {
            throw new NullPointerException("Null applicationContext");
        }
        this.f34207a = context;
        if (aVar == null) {
            throw new NullPointerException("Null wallClock");
        }
        this.f34208b = aVar;
        if (aVar2 == null) {
            throw new NullPointerException("Null monotonicClock");
        }
        this.f34209c = aVar2;
        if (str == null) {
            throw new NullPointerException("Null backendName");
        }
        this.f34210d = str;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof i)) {
            return false;
        }
        i iVar = (i) obj;
        if (this.f34207a.equals(((d) iVar).f34207a)) {
            d dVar = (d) iVar;
            if (this.f34208b.equals(dVar.f34208b) && this.f34209c.equals(dVar.f34209c) && this.f34210d.equals(dVar.f34210d)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return ((((((this.f34207a.hashCode() ^ 1000003) * 1000003) ^ this.f34208b.hashCode()) * 1000003) ^ this.f34209c.hashCode()) * 1000003) ^ this.f34210d.hashCode();
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("CreationContext{applicationContext=");
        sb.append(this.f34207a);
        sb.append(", wallClock=");
        sb.append(this.f34208b);
        sb.append(", monotonicClock=");
        sb.append(this.f34209c);
        sb.append(", backendName=");
        return defpackage.e.o(sb, this.f34210d, "}");
    }
}
