package com.google.android.gms.ads.internal.overlay;

import android.content.Intent;
import android.os.Bundle;
import android.os.IBinder;
import android.os.Parcel;
import android.os.Parcelable;
import n7.c4;

/* JADX INFO: loaded from: classes2.dex */
public final class g extends f8.a {
    public static final Parcelable.Creator<g> CREATOR = new c4(6);

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

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

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

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

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

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

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

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

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

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

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

    public g(String str, String str2, String str3, String str4, String str5, String str6, String str7, Intent intent, IBinder iBinder, boolean z10, Bundle bundle) {
        this.f7909a = str;
        this.f7910b = str2;
        this.f7911c = str3;
        this.f7912d = str4;
        this.f7913e = str5;
        this.f7914f = str6;
        this.f7915g = str7;
        this.f7916h = intent;
        this.f7917i = (b) k8.b.O(k8.b.M(iBinder));
        this.f7918j = z10;
        this.f7919k = bundle;
    }

    @Override // android.os.Parcelable
    public final void writeToParcel(Parcel parcel, int i10) {
        int I = com.bumptech.glide.g.I(20293, parcel);
        com.bumptech.glide.g.r(parcel, 2, this.f7909a);
        com.bumptech.glide.g.r(parcel, 3, this.f7910b);
        com.bumptech.glide.g.r(parcel, 4, this.f7911c);
        com.bumptech.glide.g.r(parcel, 5, this.f7912d);
        com.bumptech.glide.g.r(parcel, 6, this.f7913e);
        com.bumptech.glide.g.r(parcel, 7, this.f7914f);
        com.bumptech.glide.g.r(parcel, 8, this.f7915g);
        com.bumptech.glide.g.q(parcel, 9, this.f7916h, i10);
        com.bumptech.glide.g.p(parcel, 10, new k8.b(this.f7917i));
        com.bumptech.glide.g.C(parcel, 11, 4);
        parcel.writeInt(this.f7918j ? 1 : 0);
        com.bumptech.glide.g.n(parcel, 12, this.f7919k);
        com.bumptech.glide.g.N(I, parcel);
    }

    public g(Intent intent, b bVar) {
        this(null, null, null, null, null, null, null, intent, new k8.b(bVar), false, new Bundle());
    }

    public g(String str, String str2, String str3, String str4, String str5, String str6, String str7, b bVar) {
        this(str, str2, str3, str4, str5, str6, str7, null, new k8.b(bVar), false, new Bundle());
    }
}
