package androidx.core.app;

import android.content.ComponentName;
import android.content.Intent;

/* JADX INFO: loaded from: classes.dex */
public abstract class w {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final ComponentName f1680a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public boolean f1681b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public int f1682c;

    public w(ComponentName componentName) {
        this.f1680a = componentName;
    }

    public abstract void a(Intent intent);

    public final void b(int i10) {
        if (!this.f1681b) {
            this.f1681b = true;
            this.f1682c = i10;
        } else {
            if (this.f1682c == i10) {
                return;
            }
            StringBuilder sbQ = defpackage.e.q("Given job ID ", i10, " is different than previous ");
            sbQ.append(this.f1682c);
            throw new IllegalArgumentException(sbQ.toString());
        }
    }

    public void c() {
    }

    public void d() {
    }

    public void e() {
    }
}
