package D;

import android.app.PendingIntent;
import android.os.Bundle;
import androidx.core.graphics.drawable.IconCompat;
import com.google.android.gms.internal.measurement.A1;

/* JADX INFO: renamed from: D.i, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0038i {

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

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

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

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

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

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

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

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

    public C0038i(IconCompat iconCompat, CharSequence charSequence, PendingIntent pendingIntent, Bundle bundle, a0[] a0VarArr, a0[] a0VarArr2, boolean z5, boolean z6, boolean z7) {
        this.f374e = true;
        this.f371b = iconCompat;
        if (iconCompat != null) {
            int i = iconCompat.f3930a;
            if ((i == -1 ? A1.o(iconCompat.f3931b) : i) == 2) {
                this.f376g = iconCompat.f();
            }
        }
        this.f377h = C0044o.b(charSequence);
        this.i = pendingIntent;
        this.f370a = bundle == null ? new Bundle() : bundle;
        this.f372c = a0VarArr;
        this.f373d = z5;
        this.f374e = z6;
        this.f375f = z7;
    }

    public final IconCompat a() {
        int i;
        if (this.f371b == null && (i = this.f376g) != 0) {
            this.f371b = IconCompat.e(null, "", i);
        }
        return this.f371b;
    }
}
