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 f6313c;

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

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

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

    /* 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.f6316f = gVar;
        this.f6313c = i2;
        this.f6314d = list;
        this.f6315e = z;
    }

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