package androidx.core.app;

import android.app.Notification;
import android.os.RemoteException;
import android.support.v4.app.INotificationSideChannel;

/* JADX INFO: loaded from: classes.dex */
public final class m1 implements q1 {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f1602b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final String f1603c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final Notification f1604d;

    public m1(String str, int i10, Notification notification, String str2) {
        this.f1601a = str;
        this.f1602b = i10;
        this.f1603c = str2;
        this.f1604d = notification;
    }

    public final void a(INotificationSideChannel iNotificationSideChannel) throws RemoteException {
        iNotificationSideChannel.notify(this.f1601a, this.f1602b, this.f1603c, this.f1604d);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("NotifyTask[packageName:");
        sb.append(this.f1601a);
        sb.append(", id:");
        sb.append(this.f1602b);
        sb.append(", tag:");
        return defpackage.e.o(sb, this.f1603c, "]");
    }
}
