package g.i0.i;

import g.i0.i.s;
import java.io.IOException;
import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public class j extends g.i0.b {

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ h.f f6332d;

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ boolean f6334f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final /* synthetic */ g f6335g;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public j(g gVar, String str, Object[] objArr, int i2, h.f fVar, int i3, boolean z) {
        super(str, objArr);
        this.f6335g = gVar;
        this.f6331c = i2;
        this.f6332d = fVar;
        this.f6333e = i3;
        this.f6334f = z;
    }

    @Override // g.i0.b
    public void a() {
        try {
            s sVar = this.f6335g.l;
            h.f fVar = this.f6332d;
            int i2 = this.f6333e;
            Objects.requireNonNull((s.a) sVar);
            fVar.l(i2);
            this.f6335g.t.K(this.f6331c, b.CANCEL);
            synchronized (this.f6335g) {
                this.f6335g.v.remove(Integer.valueOf(this.f6331c));
            }
        } catch (IOException unused) {
        }
    }
}
