package a1; import android.content.Context; /* loaded from: classes.dex */ public class i { /* renamed from: e, reason: collision with root package name */ private static i f31e; /* renamed from: a, reason: collision with root package name */ private a f32a; /* renamed from: b, reason: collision with root package name */ private b f33b; /* renamed from: c, reason: collision with root package name */ private g f34c; /* renamed from: d, reason: collision with root package name */ private h f35d; private i(Context context, e1.a aVar) { Context applicationContext = context.getApplicationContext(); this.f32a = new a(applicationContext, aVar); this.f33b = new b(applicationContext, aVar); this.f34c = new g(applicationContext, aVar); this.f35d = new h(applicationContext, aVar); } public static synchronized i c(Context context, e1.a aVar) { i iVar; synchronized (i.class) { if (f31e == null) { f31e = new i(context, aVar); } iVar = f31e; } return iVar; } public a a() { return this.f32a; } public b b() { return this.f33b; } public g d() { return this.f34c; } public h e() { return this.f35d; } }