package r2; import android.content.Context; /* loaded from: classes.dex */ final class c extends h { /* renamed from: a, reason: collision with root package name */ private final Context f13625a; /* renamed from: b, reason: collision with root package name */ private final a3.a f13626b; /* renamed from: c, reason: collision with root package name */ private final a3.a f13627c; /* renamed from: d, reason: collision with root package name */ private final String f13628d; c(Context context, a3.a aVar, a3.a aVar2, String str) { if (context == null) { throw new NullPointerException("Null applicationContext"); } this.f13625a = context; if (aVar == null) { throw new NullPointerException("Null wallClock"); } this.f13626b = aVar; if (aVar2 == null) { throw new NullPointerException("Null monotonicClock"); } this.f13627c = aVar2; if (str == null) { throw new NullPointerException("Null backendName"); } this.f13628d = str; } @Override // r2.h public Context b() { return this.f13625a; } @Override // r2.h public String c() { return this.f13628d; } @Override // r2.h public a3.a d() { return this.f13627c; } @Override // r2.h public a3.a e() { return this.f13626b; } public boolean equals(Object obj) { if (obj == this) { return true; } if (!(obj instanceof h)) { return false; } h hVar = (h) obj; return this.f13625a.equals(hVar.b()) && this.f13626b.equals(hVar.e()) && this.f13627c.equals(hVar.d()) && this.f13628d.equals(hVar.c()); } public int hashCode() { return ((((((this.f13625a.hashCode() ^ 1000003) * 1000003) ^ this.f13626b.hashCode()) * 1000003) ^ this.f13627c.hashCode()) * 1000003) ^ this.f13628d.hashCode(); } public String toString() { return "CreationContext{applicationContext=" + this.f13625a + ", wallClock=" + this.f13626b + ", monotonicClock=" + this.f13627c + ", backendName=" + this.f13628d + "}"; } }