package androidx.work.impl.foreground;

/* JADX INFO: loaded from: classes.dex */
public final class e implements Runnable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f4597a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ SystemForegroundService f4598b;

    public e(SystemForegroundService systemForegroundService, int i10) {
        this.f4598b = systemForegroundService;
        this.f4597a = i10;
    }

    @Override // java.lang.Runnable
    public final void run() {
        this.f4598b.mNotificationManager.cancel(this.f4597a);
    }
}
