package G6;

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

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

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

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

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

    public /* synthetic */ f(Method method, Method method2, Method method3) {
        this.f3018a = method;
        this.f3019b = method2;
        this.f3020c = method3;
    }

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