package z; import java.util.concurrent.Callable; import java.util.concurrent.CancellationException; /* compiled from: Task */ public final class f implements Runnable { public final /* synthetic */ h i; public final /* synthetic */ Callable j; public f(h hVar, Callable callable) { this.i = hVar; this.j = callable; } @Override // java.lang.Runnable public void run() { try { this.i.c(this.j.call()); } catch (CancellationException unused) { this.i.a(); } catch (Exception e) { this.i.b(e); } } }