package androidx.browser.customtabs; import android.app.PendingIntent; import android.content.ComponentName; import android.os.IBinder; /* loaded from: classes.dex */ public final class f { /* renamed from: a, reason: collision with root package name */ private final Object f1261a = new Object(); /* renamed from: b, reason: collision with root package name */ private final a.b f1262b; /* renamed from: c, reason: collision with root package name */ private final a.a f1263c; /* renamed from: d, reason: collision with root package name */ private final ComponentName f1264d; /* renamed from: e, reason: collision with root package name */ private final PendingIntent f1265e; f(a.b bVar, a.a aVar, ComponentName componentName, PendingIntent pendingIntent) { this.f1262b = bVar; this.f1263c = aVar; this.f1264d = componentName; this.f1265e = pendingIntent; } IBinder a() { return this.f1263c.asBinder(); } ComponentName b() { return this.f1264d; } PendingIntent c() { return this.f1265e; } }