package androidx.core.app;

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

/* JADX INFO: renamed from: androidx.core.app.i, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1002i {

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

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

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

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

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

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

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

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

    public C1002i(int i6, String str, PendingIntent pendingIntent) {
        this(i6 != 0 ? IconCompat.d(null, "", i6) : null, str, pendingIntent, new Bundle(), null, null);
    }

    public final IconCompat a() {
        int i6;
        if (this.f11233b == null && (i6 = this.f11237f) != 0) {
            this.f11233b = IconCompat.d(null, "", i6);
        }
        return this.f11233b;
    }

    public C1002i(IconCompat iconCompat, CharSequence charSequence, PendingIntent pendingIntent, Bundle bundle, Q[] qArr, Q[] qArr2) {
        this.f11236e = true;
        this.f11233b = iconCompat;
        if (iconCompat != null) {
            int i6 = iconCompat.f11291a;
            if ((i6 == -1 ? L4.a.S(iconCompat.f11292b) : i6) == 2) {
                this.f11237f = iconCompat.e();
            }
        }
        this.f11238g = C1007n.b(charSequence);
        this.f11239h = pendingIntent;
        this.f11232a = bundle;
        this.f11234c = qArr;
        this.f11235d = true;
        this.f11236e = true;
    }
}
