package o; import android.content.Context; import com.airbnb.deeplinkdispatch.UrlTreeKt; /* renamed from: o.kym, reason: case insensitive filesystem */ /* loaded from: classes.dex */ final class C16083kym extends AbstractC15742iHg { private final InterfaceC6203cLt a; private final String b; private final Context c; private final InterfaceC6203cLt e; /* JADX INFO: Access modifiers changed from: package-private */ public C16083kym(Context context, InterfaceC6203cLt interfaceC6203cLt, InterfaceC6203cLt interfaceC6203cLt2, String str) { if (context == null) { throw new NullPointerException("Null applicationContext"); } this.c = context; if (interfaceC6203cLt == null) { throw new NullPointerException("Null wallClock"); } this.a = interfaceC6203cLt; if (interfaceC6203cLt2 == null) { throw new NullPointerException("Null monotonicClock"); } this.e = interfaceC6203cLt2; if (str == null) { throw new NullPointerException("Null backendName"); } this.b = str; } public final String toString() { StringBuilder sb = new StringBuilder("CreationContext{applicationContext="); sb.append(this.c); sb.append(", wallClock="); sb.append(this.a); sb.append(", monotonicClock="); sb.append(this.e); sb.append(", backendName="); sb.append(this.b); sb.append(UrlTreeKt.componentParamSuffix); return sb.toString(); } public final boolean equals(Object obj) { if (obj == this) { return true; } if (!(obj instanceof AbstractC15742iHg)) { return false; } AbstractC15742iHg abstractC15742iHg = (AbstractC15742iHg) obj; return this.c.equals(abstractC15742iHg.d()) && this.a.equals(abstractC15742iHg.e()) && this.e.equals(abstractC15742iHg.a()) && this.b.equals(abstractC15742iHg.b()); } public final int hashCode() { int hashCode = this.c.hashCode(); int hashCode2 = this.a.hashCode(); return ((((((hashCode ^ 1000003) * 1000003) ^ hashCode2) * 1000003) ^ this.e.hashCode()) * 1000003) ^ this.b.hashCode(); } @Override // o.AbstractC15742iHg public final InterfaceC6203cLt e() { return this.a; } @Override // o.AbstractC15742iHg public final InterfaceC6203cLt a() { return this.e; } @Override // o.AbstractC15742iHg public final String b() { return this.b; } @Override // o.AbstractC15742iHg public final Context d() { return this.c; } }