discord-jadx/app/src/main/java/c/i/a/f/c/a/a.java

93 lines
3.0 KiB
Java

package c.i.a.f.c.a;
import androidx.annotation.Nullable;
import c.i.a.f.c.a.d.c;
import c.i.a.f.c.a.f.b.f;
import c.i.a.f.e.h.a;
import c.i.a.f.h.c.h;
import c.i.a.f.h.c.o;
import c.i.a.f.h.d.d;
import com.airbnb.lottie.parser.AnimatableValueParser;
import com.google.android.gms.auth.api.signin.GoogleSignInOptions;
import java.util.Arrays;
/* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */
public final class a {
public static final a.g<o> a;
public static final a.g<f> b;
/* renamed from: c reason: collision with root package name */
public static final a.AbstractC0100a<o, C0098a> f1018c;
public static final a.AbstractC0100a<f, GoogleSignInOptions> d;
public static final c.i.a.f.e.h.a<C0098a> e;
public static final c.i.a.f.e.h.a<GoogleSignInOptions> f;
public static final c g = new h();
/* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */
@Deprecated
/* renamed from: c.i.a.f.c.a.a$a reason: collision with other inner class name */
public static class C0098a implements a.d {
public static final C0098a i = new C0098a(new C0099a());
public final String j;
public final boolean k;
@Nullable
public final String l;
/* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */
@Deprecated
/* renamed from: c.i.a.f.c.a.a$a$a reason: collision with other inner class name */
public static class C0099a {
public String a;
public Boolean b = Boolean.FALSE;
@Nullable
/* renamed from: c reason: collision with root package name */
public String f1019c;
public C0099a() {
}
public C0099a(C0098a aVar) {
this.a = aVar.j;
this.b = Boolean.valueOf(aVar.k);
this.f1019c = aVar.l;
}
}
public C0098a(C0099a aVar) {
this.j = aVar.a;
this.k = aVar.b.booleanValue();
this.l = aVar.f1019c;
}
public boolean equals(@Nullable Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof C0098a)) {
return false;
}
C0098a aVar = (C0098a) obj;
return AnimatableValueParser.j0(this.j, aVar.j) && this.k == aVar.k && AnimatableValueParser.j0(this.l, aVar.l);
}
public int hashCode() {
return Arrays.hashCode(new Object[]{this.j, Boolean.valueOf(this.k), this.l});
}
}
static {
a.g<o> gVar = new a.g<>();
a = gVar;
a.g<f> gVar2 = new a.g<>();
b = gVar2;
h hVar = new h();
f1018c = hVar;
i iVar = new i();
d = iVar;
c.i.a.f.e.h.a<c> aVar = b.f1020c;
e = new c.i.a.f.e.h.a<>("Auth.CREDENTIALS_API", hVar, gVar);
f = new c.i.a.f.e.h.a<>("Auth.GOOGLE_SIGN_IN_API", iVar, gVar2);
d dVar = b.d;
}
}