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