package g5;

import android.content.Context;

/* JADX INFO: loaded from: classes.dex */
public final class u implements c0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f26228a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Context f26229b;

    public /* synthetic */ u(Context context, int i10) {
        this.f26228a = i10;
        this.f26229b = context;
    }

    @Override // g5.c0
    public final b0 a(j0 j0Var) {
        int i10 = this.f26228a;
        Context context = this.f26229b;
        switch (i10) {
            case 0:
                return new w(context, 0);
            case 1:
                return new w(context, 1);
            default:
                return new h5.b(context);
        }
    }

    @Override // g5.c0
    public final void b() {
    }
}
