package l;

import android.os.Build;
import java.lang.reflect.Method;

/* JADX INFO: loaded from: classes.dex */
public final class d3 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public Method f29665a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public Method f29666b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public Method f29667c;

    public d3(Method method, Method method2, Method method3) {
        this.f29665a = method;
        this.f29666b = method2;
        this.f29667c = method3;
    }

    public static void a() {
        if (Build.VERSION.SDK_INT >= 29) {
            throw new UnsupportedClassVersionError("This function can only be used for API Level < 29.");
        }
    }
}
