package o; import com.android.volley.VolleyError; import o.InterfaceC17333vqS; /* renamed from: o.ibz, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public class C15788ibz { public final InterfaceC17333vqS.IeS a; public boolean b; public final T c; public final VolleyError d; /* renamed from: o.ibz$HBt */ /* loaded from: classes.dex */ public interface HBt { void onErrorResponse(VolleyError volleyError); } /* renamed from: o.ibz$LWm */ /* loaded from: classes.dex */ public interface LWm { void onResponse(T t); } public static C15788ibz b(T t, InterfaceC17333vqS.IeS ieS) { return new C15788ibz<>(t, ieS); } public static C15788ibz b(VolleyError volleyError) { return new C15788ibz<>(volleyError); } private C15788ibz(T t, InterfaceC17333vqS.IeS ieS) { this.b = false; this.c = t; this.a = ieS; this.d = null; } private C15788ibz(VolleyError volleyError) { this.b = false; this.c = null; this.a = null; this.d = volleyError; } }