package D;

import android.os.Bundle;
import java.util.HashSet;

/* JADX INFO: loaded from: classes.dex */
public final class a0 {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final CharSequence[] f356b;

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

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

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

    public a0(String str, CharSequence[] charSequenceArr, boolean z5, Bundle bundle, HashSet hashSet) {
        this.f355a = str;
        this.f356b = charSequenceArr;
        this.f357c = z5;
        this.f358d = bundle;
        this.f359e = hashSet;
    }
}
