package androidx.work.impl.foreground;

/* JADX INFO: loaded from: classes.dex */
class e implements Runnable {
    public final /* synthetic */ int a;
    public final /* synthetic */ SystemForegroundService b;

    public e(SystemForegroundService systemForegroundService, int i) {
        this.b = systemForegroundService;
        this.a = i;
    }

    @Override // java.lang.Runnable
    public final void run() {
        this.b.e.cancel(this.a);
    }
}
