package c.f.e; /* compiled from: AbstractDataSource */ public class a implements Runnable { public final /* synthetic */ boolean i; public final /* synthetic */ f j; public final /* synthetic */ boolean k; public final /* synthetic */ c l; public a(c cVar, boolean z2, f fVar, boolean z3) { this.l = cVar; this.i = z2; this.j = fVar; this.k = z3; } @Override // java.lang.Runnable public void run() { if (this.i) { this.j.onFailure(this.l); } else if (this.k) { this.j.onCancellation(this.l); } else { this.j.onNewResult(this.l); } } }