package l;

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

/* JADX INFO: loaded from: classes.dex */
public abstract class f4 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static boolean f29682a;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final boolean f29684c;

    static {
        f29684c = Build.VERSION.SDK_INT >= 27;
    }
}
