package okhttp3;

import java.util.ArrayList;
import okhttp3.MediaType;
import p5.InterfaceC2741k;

/* JADX INFO: loaded from: classes3.dex */
public final class FormBody extends RequestBody {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final MediaType f22011b;

    public static final class Builder {
        public Builder() {
            new ArrayList();
            new ArrayList();
        }
    }

    public static final class Companion {
        public /* synthetic */ Companion(int i6) {
            this();
        }

        private Companion() {
        }
    }

    static {
        new Companion(0);
        MediaType.f22043d.getClass();
        f22011b = MediaType.Companion.a("application/x-www-form-urlencoded");
    }

    @Override // okhttp3.RequestBody
    public final long a() {
        throw null;
    }

    @Override // okhttp3.RequestBody
    public final MediaType b() {
        return f22011b;
    }

    @Override // okhttp3.RequestBody
    public final void c(InterfaceC2741k interfaceC2741k) {
        throw null;
    }
}
