package okhttp3.internal.concurrent; import o.C14866gag; import o.InterfaceC14890gbN; /* loaded from: classes.dex */ public final class TaskQueue$execute$1 extends Task { final InterfaceC14890gbN $block; final boolean $cancelable; final String $name; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public TaskQueue$execute$1(String str, boolean z, InterfaceC14890gbN interfaceC14890gbN) { super(str, z); this.$name = str; this.$cancelable = z; this.$block = interfaceC14890gbN; } @Override // okhttp3.internal.concurrent.Task public final long runOnce() { this.$block.invoke(); return -1L; } }