package s3;

import android.content.Context;

/* JADX INFO: renamed from: s3.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2910b extends AbstractC2911c {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final u4.c f24201b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final u4.c f24202c;

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

    public C2910b(Context context, u4.c cVar, u4.c cVar2, String str) {
        if (context == null) {
            throw new NullPointerException("Null applicationContext");
        }
        this.f24200a = context;
        if (cVar == null) {
            throw new NullPointerException("Null wallClock");
        }
        this.f24201b = cVar;
        if (cVar2 == null) {
            throw new NullPointerException("Null monotonicClock");
        }
        this.f24202c = cVar2;
        if (str == null) {
            throw new NullPointerException("Null backendName");
        }
        this.f24203d = str;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof AbstractC2911c) {
            AbstractC2911c abstractC2911c = (AbstractC2911c) obj;
            if (this.f24200a.equals(((C2910b) abstractC2911c).f24200a)) {
                C2910b c2910b = (C2910b) abstractC2911c;
                if (this.f24201b.equals(c2910b.f24201b) && this.f24202c.equals(c2910b.f24202c) && this.f24203d.equals(c2910b.f24203d)) {
                    return true;
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        return ((((((this.f24200a.hashCode() ^ 1000003) * 1000003) ^ this.f24201b.hashCode()) * 1000003) ^ this.f24202c.hashCode()) * 1000003) ^ this.f24203d.hashCode();
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("CreationContext{applicationContext=");
        sb.append(this.f24200a);
        sb.append(", wallClock=");
        sb.append(this.f24201b);
        sb.append(", monotonicClock=");
        sb.append(this.f24202c);
        sb.append(", backendName=");
        return com.google.android.recaptcha.internal.a.n(sb, this.f24203d, "}");
    }
}
