package L1;

import java.util.Objects;
import java.util.concurrent.Callable;

/* JADX INFO: loaded from: classes.dex */
public final class B0 implements Callable {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ String f1314b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ String f1315c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ String f1316d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ F0 f1317e;

    public B0(F0 f02, String str, String str2, String str3, int i) {
        this.f1313a = i;
        switch (i) {
            case 1:
                this.f1314b = str;
                this.f1315c = str2;
                this.f1316d = str3;
                Objects.requireNonNull(f02);
                this.f1317e = f02;
                break;
            case 2:
                this.f1314b = str;
                this.f1315c = str2;
                this.f1316d = str3;
                Objects.requireNonNull(f02);
                this.f1317e = f02;
                break;
            case 3:
                this.f1314b = str;
                this.f1315c = str2;
                this.f1316d = str3;
                Objects.requireNonNull(f02);
                this.f1317e = f02;
                break;
            default:
                this.f1314b = str;
                this.f1315c = str2;
                this.f1316d = str3;
                Objects.requireNonNull(f02);
                this.f1317e = f02;
                break;
        }
    }

    @Override // java.util.concurrent.Callable
    public final Object call() {
        switch (this.f1313a) {
            case 0:
                F0 f02 = this.f1317e;
                f02.f1451c.B();
                C0119n c0119n = f02.f1451c.f1610m;
                W1.T(c0119n);
                return c0119n.g0(this.f1314b, this.f1315c, this.f1316d);
            case 1:
                F0 f03 = this.f1317e;
                f03.f1451c.B();
                C0119n c0119n2 = f03.f1451c.f1610m;
                W1.T(c0119n2);
                return c0119n2.g0(this.f1314b, this.f1315c, this.f1316d);
            case 2:
                F0 f04 = this.f1317e;
                f04.f1451c.B();
                C0119n c0119n3 = f04.f1451c.f1610m;
                W1.T(c0119n3);
                return c0119n3.k0(this.f1314b, this.f1315c, this.f1316d);
            default:
                F0 f05 = this.f1317e;
                f05.f1451c.B();
                C0119n c0119n4 = f05.f1451c.f1610m;
                W1.T(c0119n4);
                return c0119n4.k0(this.f1314b, this.f1315c, this.f1316d);
        }
    }
}
