package androidx.fragment.app;

import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;

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

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

    @Nullable
    final Bundle args;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public e0 f2545c;

    public p1(@NonNull String str, @NonNull Class<?> cls, @Nullable Bundle bundle) {
        this.f2543a = str;
        this.f2544b = cls;
        this.args = bundle;
    }
}
