package c5;

import V4.E;
import Z0.o;

/* JADX INFO: loaded from: classes3.dex */
public final class j extends i {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final Runnable f13473c;

    public j(Runnable runnable, long j4, boolean z6) {
        super(j4, z6);
        this.f13473c = runnable;
    }

    @Override // java.lang.Runnable
    public final void run() {
        this.f13473c.run();
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Task[");
        Runnable runnable = this.f13473c;
        sb.append(runnable.getClass().getSimpleName());
        sb.append('@');
        sb.append(E.p(runnable));
        sb.append(", ");
        sb.append(this.f13471a);
        sb.append(", ");
        return o.r(sb, this.f13472b ? "Blocking" : "Non-blocking", ']');
    }
}
