package d.h.b;

import android.app.PendingIntent;
import android.os.Bundle;
import androidx.core.graphics.drawable.IconCompat;

/* JADX INFO: loaded from: classes.dex */
public class k {
    public final Bundle a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public IconCompat f2588b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final q[] f2589c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final q[] f2590d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public boolean f2591e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public boolean f2592f;

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final boolean f2594h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    @Deprecated
    public int f2595i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public CharSequence f2596j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public PendingIntent f2597k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public boolean f2598l;

    public k(int i2, CharSequence charSequence, PendingIntent pendingIntent) {
        IconCompat iconCompatA = i2 == 0 ? null : IconCompat.a(null, "", i2);
        Bundle bundle = new Bundle();
        this.f2592f = true;
        this.f2588b = iconCompatA;
        if (iconCompatA != null) {
            int i3 = iconCompatA.f661b;
            if ((i3 == -1 ? IconCompat.a.c(iconCompatA.f662c) : i3) == 2) {
                this.f2595i = iconCompatA.b();
            }
        }
        this.f2596j = l.b(charSequence);
        this.f2597k = pendingIntent;
        this.a = bundle;
        this.f2589c = null;
        this.f2590d = null;
        this.f2591e = true;
        this.f2593g = 0;
        this.f2592f = true;
        this.f2594h = false;
        this.f2598l = false;
    }

    public IconCompat a() {
        int i2;
        if (this.f2588b == null && (i2 = this.f2595i) != 0) {
            this.f2588b = IconCompat.a(null, "", i2);
        }
        return this.f2588b;
    }
}
