package p138.p176.p177.p178.p181.p182;

import android.content.Context;
import p138.p139.p143.p144.C2803;
import p138.p176.p177.p178.p181.p188.InterfaceC3383;

/* JADX INFO: renamed from: ދ.ހ.֏.֏.ރ.ތ.ހ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3314 extends AbstractC3320 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final Context f9772;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final InterfaceC3383 f9773;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final InterfaceC3383 f9774;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final String f9775;

    public C3314(Context context, InterfaceC3383 interfaceC3383, InterfaceC3383 interfaceC33832, String str) {
        if (context == null) {
            throw new NullPointerException("Null applicationContext");
        }
        this.f9772 = context;
        if (interfaceC3383 == null) {
            throw new NullPointerException("Null wallClock");
        }
        this.f9773 = interfaceC3383;
        if (interfaceC33832 == null) {
            throw new NullPointerException("Null monotonicClock");
        }
        this.f9774 = interfaceC33832;
        if (str == null) {
            throw new NullPointerException("Null backendName");
        }
        this.f9775 = str;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC3320)) {
            return false;
        }
        C3314 c3314 = (C3314) ((AbstractC3320) obj);
        return this.f9772.equals(c3314.f9772) && this.f9773.equals(c3314.f9773) && this.f9774.equals(c3314.f9774) && this.f9775.equals(c3314.f9775);
    }

    public int hashCode() {
        return ((((((this.f9772.hashCode() ^ 1000003) * 1000003) ^ this.f9773.hashCode()) * 1000003) ^ this.f9774.hashCode()) * 1000003) ^ this.f9775.hashCode();
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("CreationContext{applicationContext=");
        sbM4889.append(this.f9772);
        sbM4889.append(", wallClock=");
        sbM4889.append(this.f9773);
        sbM4889.append(", monotonicClock=");
        sbM4889.append(this.f9774);
        sbM4889.append(", backendName=");
        return C2803.m4884(sbM4889, this.f9775, "}");
    }
}
