package defpackage;

import android.content.Context;

/* JADX INFO: renamed from: ˉـᵗ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1202 extends AbstractC3001 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final InterfaceC4630 f5115;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final InterfaceC4630 f5116;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final Context f5117;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final String f5118;

    public C1202(Context context, InterfaceC4630 interfaceC4630, InterfaceC4630 interfaceC46302, String str) {
        if (context == null) {
            C4935.m10233("Null applicationContext");
            throw null;
        }
        this.f5117 = context;
        if (interfaceC4630 == null) {
            C4935.m10233("Null wallClock");
            throw null;
        }
        this.f5115 = interfaceC4630;
        if (interfaceC46302 == null) {
            C4935.m10233("Null monotonicClock");
            throw null;
        }
        this.f5116 = interfaceC46302;
        if (str != null) {
            this.f5118 = str;
        } else {
            C4935.m10233("Null backendName");
            throw null;
        }
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof AbstractC3001) {
            C1202 c1202 = (C1202) ((AbstractC3001) obj);
            if (this.f5117.equals(c1202.f5117) && this.f5115.equals(c1202.f5115) && this.f5116.equals(c1202.f5116) && this.f5118.equals(c1202.f5118)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return this.f5118.hashCode() ^ ((((((this.f5117.hashCode() ^ 1000003) * 1000003) ^ this.f5115.hashCode()) * 1000003) ^ this.f5116.hashCode()) * 1000003);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("CreationContext{applicationContext=");
        sb.append(this.f5117);
        sb.append(", wallClock=");
        sb.append(this.f5115);
        sb.append(", monotonicClock=");
        sb.append(this.f5116);
        sb.append(", backendName=");
        return AbstractC3653.m8231(sb, this.f5118, "}");
    }
}
