package i3;

import java.io.EOFException;
import okhttp3.Request;

/* JADX INFO: renamed from: i3.f, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class C2272f implements J4.c {

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

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

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

    public /* synthetic */ C2272f(String str, J j4, int i6) {
        this.f18928a = i6;
        this.f18929b = str;
        this.f18930c = j4;
    }

    @Override // J4.c
    public final Object invoke(Object obj) throws EOFException {
        String token = (String) obj;
        switch (this.f18928a) {
            case 0:
                kotlin.jvm.internal.o.h(token, "token");
                Request.Builder builder = new Request.Builder();
                builder.i(this.f18929b);
                this.f18930c.getClass();
                builder.f(J.y(token));
                return builder.b();
            default:
                kotlin.jvm.internal.o.h(token, "token");
                Request.Builder builder2 = new Request.Builder();
                builder2.i(this.f18929b);
                this.f18930c.getClass();
                builder2.f(J.y(token));
                return builder2.b();
        }
    }
}
