package androidx.work.impl.foreground;

import android.app.Notification;

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

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

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

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

    public d(SystemForegroundService systemForegroundService, int i10, Notification notification) {
        this.f4596c = systemForegroundService;
        this.f4594a = i10;
        this.f4595b = notification;
    }

    @Override // java.lang.Runnable
    public final void run() {
        this.f4596c.mNotificationManager.notify(this.f4594a, this.f4595b);
    }
}
