package com.android.billingclient.api; /* loaded from: classes.dex */ public final class e { /* renamed from: a, reason: collision with root package name */ private final boolean f3969a; /* renamed from: b, reason: collision with root package name */ private final boolean f3970b; public static final class a { /* renamed from: a, reason: collision with root package name */ private boolean f3971a; /* renamed from: b, reason: collision with root package name */ private boolean f3972b; private a() { } public e a() { if (!this.f3971a) { throw new IllegalArgumentException("Pending purchases for one-time products must be supported."); } return new e(true, this.f3972b); } public a b() { this.f3971a = true; return this; } } private e(boolean z10, boolean z11) { this.f3969a = z10; this.f3970b = z11; } public static a c() { return new a(); } boolean a() { return this.f3969a; } boolean b() { return this.f3970b; } }