package r7;

import d3.E;
import x7.C1734j;

/* JADX INFO: renamed from: r7.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1512b {

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final C1734j f16583d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final C1734j f16584e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final C1734j f16585f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public static final C1734j f16586g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public static final C1734j f16587h;
    public static final C1734j i;

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final C1734j f16589b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final int f16590c;

    static {
        C1734j c1734j = C1734j.f18766t;
        f16583d = E.h(":");
        f16584e = E.h(":status");
        f16585f = E.h(":method");
        f16586g = E.h(":path");
        f16587h = E.h(":scheme");
        i = E.h(":authority");
    }

    public C1512b(C1734j c1734j, C1734j c1734j2) {
        P6.g.e(c1734j, "name");
        P6.g.e(c1734j2, "value");
        this.f16588a = c1734j;
        this.f16589b = c1734j2;
        this.f16590c = c1734j2.c() + c1734j.c() + 32;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1512b)) {
            return false;
        }
        C1512b c1512b = (C1512b) obj;
        return P6.g.a(this.f16588a, c1512b.f16588a) && P6.g.a(this.f16589b, c1512b.f16589b);
    }

    public final int hashCode() {
        return this.f16589b.hashCode() + (this.f16588a.hashCode() * 31);
    }

    public final String toString() {
        return this.f16588a.p() + ": " + this.f16589b.p();
    }

    /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
    public C1512b(String str, String str2) {
        this(E.h(str), E.h(str2));
        P6.g.e(str, "name");
        P6.g.e(str2, "value");
        C1734j c1734j = C1734j.f18766t;
    }

    /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
    public C1512b(C1734j c1734j, String str) {
        this(c1734j, E.h(str));
        P6.g.e(c1734j, "name");
        P6.g.e(str, "value");
        C1734j c1734j2 = C1734j.f18766t;
    }
}
