package com.apm.insight.j;

import android.os.Handler;

/* JADX INFO: loaded from: classes.dex */
public abstract class a implements Runnable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private Handler f5245a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private final long f5246b = 0;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private final long f5247c;

    public a(Handler handler, long j10) {
        this.f5245a = handler;
        this.f5247c = j10;
    }

    public final void a() {
        this.f5245a.post(this);
    }

    public final long b() {
        return this.f5247c;
    }

    public final void a(long j10) {
        if (j10 > 0) {
            this.f5245a.postDelayed(this, j10);
        } else {
            this.f5245a.post(this);
        }
    }
}
