package androidx.work.impl.foreground;

import android.app.Notification;

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

    public d(SystemForegroundService systemForegroundService, int i, Notification notification) {
        this.c = systemForegroundService;
        this.a = i;
        this.b = notification;
    }

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