package com.google.android.gms.internal.ads;

import java.lang.reflect.Method;

/* JADX INFO: loaded from: classes2.dex */
public abstract class ym1 implements xm1 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f18889a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f18890b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final lm1 f18891c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final we f18892d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final ip1 f18893e;

    public ym1(String str, String str2, we weVar, lm1 lm1Var, ip1 ip1Var) {
        this.f18889a = str;
        this.f18890b = str2;
        this.f18892d = weVar;
        this.f18891c = lm1Var;
        this.f18893e = ip1Var;
    }

    public abstract void a(Method method, we weVar);

    @Override // java.util.concurrent.Callable
    public final /* bridge */ /* synthetic */ Object call() {
        ip1 ip1Var = this.f18893e;
        try {
            ip1Var.a();
            Method methodB = this.f18891c.b(this.f18889a, this.f18890b);
            if (methodB != null) {
                a(methodB, this.f18892d);
            }
            ip1Var.c();
            return null;
        } finally {
        }
    }
}
