package F7;

import android.os.Build;
import java.lang.reflect.Method;
import java.lang.reflect.Parameter;
import n4.u0;

/* JADX INFO: loaded from: classes.dex */
public final class N extends C0118b {

    /* JADX INFO: renamed from: x, reason: collision with root package name */
    public final /* synthetic */ int f2625x;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ N(int i) {
        super(7);
        this.f2625x = i;
    }

    @Override // F7.C0118b
    public String c(Method method, int i) {
        switch (this.f2625x) {
            case 1:
                Parameter parameter = method.getParameters()[i];
                if (!parameter.isNamePresent()) {
                }
                break;
        }
        return super.c(method, i);
    }

    @Override // F7.C0118b
    public final Object d(Method method, Class cls, Object obj, Object[] objArr) {
        switch (this.f2625x) {
            case u0.f15495q /* 0 */:
                if (Build.VERSION.SDK_INT >= 26) {
                    return b0.k(method, cls, obj, objArr);
                }
                throw new UnsupportedOperationException("Calling default methods on API 24 and 25 is not supported");
            default:
                return b0.k(method, cls, obj, objArr);
        }
    }

    @Override // F7.C0118b
    public final boolean e(Method method) {
        switch (this.f2625x) {
        }
        return method.isDefault();
    }
}
