package g.i0.i;

import java.io.IOException;
import java.util.List;
import java.util.Objects;

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

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public i(g gVar, String str, Object[] objArr, int i2, List list, boolean z) {
        super(str, objArr);
        this.f6330f = gVar;
        this.f6327c = i2;
        this.f6328d = list;
        this.f6329e = z;
    }

    @Override // g.i0.b
    public void a() {
        Objects.requireNonNull(this.f6330f.l);
        try {
            this.f6330f.t.K(this.f6327c, b.CANCEL);
            synchronized (this.f6330f) {
                this.f6330f.v.remove(Integer.valueOf(this.f6327c));
            }
        } catch (IOException unused) {
        }
    }
}
