package x4; import android.content.Context; import b4.r; /* loaded from: classes2.dex */ public abstract class h { public interface a { String a(Object obj); } public static b4.c b(String str, String str2) { return b4.c.l(f.a(str, str2), f.class); } public static b4.c c(final String str, final a aVar) { return b4.c.m(f.class).b(r.j(Context.class)).f(new b4.h() { // from class: x4.g @Override // b4.h public final Object a(b4.e eVar) { f d10; d10 = h.d(str, aVar, eVar); return d10; } }).d(); } /* JADX INFO: Access modifiers changed from: private */ public static /* synthetic */ f d(String str, a aVar, b4.e eVar) { return f.a(str, aVar.a((Context) eVar.a(Context.class))); } }