package A2;

import android.content.Context;

/* JADX INFO: loaded from: classes.dex */
public final class b extends c {

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

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

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

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

    public b(Context context, I2.a aVar, I2.a aVar2, String str) {
        if (context == null) {
            throw new NullPointerException("Null applicationContext");
        }
        this.f379a = context;
        if (aVar == null) {
            throw new NullPointerException("Null wallClock");
        }
        this.f380b = aVar;
        if (aVar2 == null) {
            throw new NullPointerException("Null monotonicClock");
        }
        this.f381c = aVar2;
        if (str == null) {
            throw new NullPointerException("Null backendName");
        }
        this.f382d = str;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof c) {
            c cVar = (c) obj;
            if (this.f379a.equals(((b) cVar).f379a)) {
                b bVar = (b) cVar;
                if (this.f380b.equals(bVar.f380b) && this.f381c.equals(bVar.f381c) && this.f382d.equals(bVar.f382d)) {
                    return true;
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        return ((((((this.f379a.hashCode() ^ 1000003) * 1000003) ^ this.f380b.hashCode()) * 1000003) ^ this.f381c.hashCode()) * 1000003) ^ this.f382d.hashCode();
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("CreationContext{applicationContext=");
        sb.append(this.f379a);
        sb.append(", wallClock=");
        sb.append(this.f380b);
        sb.append(", monotonicClock=");
        sb.append(this.f381c);
        sb.append(", backendName=");
        return I1.a.r(sb, this.f382d, "}");
    }
}
