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

119 lines
3.8 KiB
Java

package c.i.a.f.e.h;
import android.accounts.Account;
import android.content.Context;
import android.os.Looper;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import c.i.a.f.e.h.a.d;
import c.i.a.f.e.h.c;
import c.i.a.f.e.h.j.l;
import c.i.a.f.e.k.b;
import com.airbnb.lottie.parser.AnimatableValueParser;
import com.google.android.gms.auth.api.signin.GoogleSignInAccount;
import com.google.android.gms.common.Feature;
import com.google.android.gms.common.api.Scope;
import java.util.Set;
/* compiled from: com.google.android.gms:play-services-base@@17.3.0 */
public final class a<O extends d> {
@Nullable
public final AbstractC0100a<?, O> a;
@Nullable
public final g<?> b;
/* renamed from: c reason: collision with root package name */
public final String f1030c;
/* compiled from: com.google.android.gms:play-services-base@@17.3.0 */
/* renamed from: c.i.a.f.e.h.a$a reason: collision with other inner class name */
public static abstract class AbstractC0100a<T extends f, O> extends e<T, O> {
@Deprecated
public T a(Context context, Looper looper, c.i.a.f.e.k.c cVar, O o, c.a aVar, c.b bVar) {
return b(context, looper, cVar, o, aVar, bVar);
}
public T b(Context context, Looper looper, c.i.a.f.e.k.c cVar, O o, c.i.a.f.e.h.j.f fVar, l lVar) {
throw new UnsupportedOperationException("buildClient must be implemented");
}
}
/* compiled from: com.google.android.gms:play-services-base@@17.3.0 */
public interface b {
}
/* compiled from: com.google.android.gms:play-services-base@@17.3.0 */
public static class c<C extends b> {
}
/* compiled from: com.google.android.gms:play-services-base@@17.3.0 */
public interface d {
/* compiled from: com.google.android.gms:play-services-base@@17.3.0 */
/* renamed from: c.i.a.f.e.h.a$d$a reason: collision with other inner class name */
public interface AbstractC0101a extends d {
Account S();
}
/* compiled from: com.google.android.gms:play-services-base@@17.3.0 */
public interface b extends d {
GoogleSignInAccount K();
}
/* compiled from: com.google.android.gms:play-services-base@@17.3.0 */
public static final class c implements d {
}
}
/* compiled from: com.google.android.gms:play-services-base@@17.3.0 */
public static abstract class e<T extends b, O> {
}
/* compiled from: com.google.android.gms:play-services-base@@17.3.0 */
public interface f extends b {
@NonNull
Set<Scope> a();
void b(@Nullable c.i.a.f.e.k.g gVar, @Nullable Set<Scope> set);
void c(String str);
boolean e();
String f();
void g(b.c cVar);
void h();
void i(b.e eVar);
boolean j();
boolean k();
int l();
Feature[] m();
@Nullable
String n();
boolean o();
}
/* compiled from: com.google.android.gms:play-services-base@@17.3.0 */
public static final class g<C extends f> extends c<C> {
}
/* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: c.i.a.f.e.h.a$a<C extends c.i.a.f.e.h.a$f, O extends c.i.a.f.e.h.a$d> */
/* JADX DEBUG: Multi-variable search result rejected for r4v0, resolved type: c.i.a.f.e.h.a$g<C extends c.i.a.f.e.h.a$f> */
/* JADX WARN: Multi-variable type inference failed */
public <C extends f> a(String str, AbstractC0100a<C, O> aVar, g<C> gVar) {
AnimatableValueParser.z(aVar, "Cannot construct an Api with a null ClientBuilder");
AnimatableValueParser.z(gVar, "Cannot construct an Api with a null ClientKey");
this.f1030c = str;
this.a = aVar;
this.b = gVar;
}
}