package t9; /* loaded from: classes2.dex */ public final class c { /* renamed from: d, reason: collision with root package name */ public static final x9.f f14471d = x9.f.g(":"); /* renamed from: e, reason: collision with root package name */ public static final x9.f f14472e = x9.f.g(":status"); /* renamed from: f, reason: collision with root package name */ public static final x9.f f14473f = x9.f.g(":method"); /* renamed from: g, reason: collision with root package name */ public static final x9.f f14474g = x9.f.g(":path"); /* renamed from: h, reason: collision with root package name */ public static final x9.f f14475h = x9.f.g(":scheme"); /* renamed from: i, reason: collision with root package name */ public static final x9.f f14476i = x9.f.g(":authority"); /* renamed from: a, reason: collision with root package name */ public final x9.f f14477a; /* renamed from: b, reason: collision with root package name */ public final x9.f f14478b; /* renamed from: c, reason: collision with root package name */ final int f14479c; public c(String str, String str2) { this(x9.f.g(str), x9.f.g(str2)); } public boolean equals(Object obj) { if (!(obj instanceof c)) { return false; } c cVar = (c) obj; return this.f14477a.equals(cVar.f14477a) && this.f14478b.equals(cVar.f14478b); } public int hashCode() { return ((527 + this.f14477a.hashCode()) * 31) + this.f14478b.hashCode(); } public String toString() { return o9.e.q("%s: %s", this.f14477a.s(), this.f14478b.s()); } public c(x9.f fVar, String str) { this(fVar, x9.f.g(str)); } public c(x9.f fVar, x9.f fVar2) { this.f14477a = fVar; this.f14478b = fVar2; this.f14479c = fVar.n() + 32 + fVar2.n(); } }