package u1; import android.content.Context; import java.io.File; import u1.d; /* loaded from: classes.dex */ public final class f extends d { class a implements d.a { /* renamed from: a, reason: collision with root package name */ final /* synthetic */ Context f14648a; /* renamed from: b, reason: collision with root package name */ final /* synthetic */ String f14649b; a(Context context, String str) { this.f14648a = context; this.f14649b = str; } @Override // u1.d.a public File a() { File cacheDir = this.f14648a.getCacheDir(); if (cacheDir == null) { return null; } return this.f14649b != null ? new File(cacheDir, this.f14649b) : cacheDir; } } public f(Context context) { this(context, "image_manager_disk_cache", 262144000L); } public f(Context context, String str, long j10) { super(new a(context, str), j10); } }