package e8;

import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes2.dex */
public final class w {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public String f25568a = null;

    @Nullable
    private Boolean zzb = null;

    @Nullable
    private Boolean zzc = null;

    public final void a(boolean z10) {
        this.zzb = Boolean.valueOf(z10);
    }

    public final void b() {
        this.zzc = Boolean.TRUE;
    }

    public final n5.a c() {
        Boolean bool = this.zzb;
        if (bool == null) {
            throw new IllegalStateException("allowTestKeys must be set");
        }
        if (this.zzc != null) {
            return new n5.a(this.f25568a, bool.booleanValue(), this.zzc.booleanValue());
        }
        throw new IllegalStateException("isGoogleOrPlatformOnly must be set");
    }
}
