package androidx.fragment.app; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.content.IntentSender; import android.os.Bundle; import android.os.Handler; import android.view.LayoutInflater; /* loaded from: classes.dex */ public abstract class k extends g { /* renamed from: a, reason: collision with root package name */ private final Activity f1833a; /* renamed from: b, reason: collision with root package name */ private final Context f1834b; /* renamed from: c, reason: collision with root package name */ private final Handler f1835c; /* renamed from: d, reason: collision with root package name */ private final int f1836d; /* renamed from: e, reason: collision with root package name */ final n f1837e; k(e eVar) { this(eVar, eVar, new Handler(), 0); } Activity e() { return this.f1833a; } Context f() { return this.f1834b; } Handler g() { return this.f1835c; } public abstract Object h(); public abstract LayoutInflater i(); public void j(Fragment fragment, String[] strArr, int i10) { } public abstract boolean k(Fragment fragment); public abstract boolean l(String str); public void m(Fragment fragment, Intent intent, int i10, Bundle bundle) { if (i10 != -1) { throw new IllegalStateException("Starting activity with a requestCode requires a FragmentActivity host"); } androidx.core.content.a.startActivity(this.f1834b, intent, bundle); } public void n(Fragment fragment, IntentSender intentSender, int i10, Intent intent, int i11, int i12, int i13, Bundle bundle) { if (i10 != -1) { throw new IllegalStateException("Starting intent sender with a requestCode requires a FragmentActivity host"); } androidx.core.app.c.i(this.f1833a, intentSender, i10, intent, i11, i12, i13, bundle); } public abstract void o(); k(Activity activity, Context context, Handler handler, int i10) { this.f1837e = new o(); this.f1833a = activity; this.f1834b = (Context) y.h.f(context, "context == null"); this.f1835c = (Handler) y.h.f(handler, "handler == null"); this.f1836d = i10; } }