package F;

import android.os.Build;
import java.util.Locale;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final l0 f1321a;

    /* JADX WARN: Removed duplicated region for block: B:7:0x001d  */
    static {
        l0 l0Var;
        String str = Build.FINGERPRINT;
        if (str != null) {
            String lowerCase = str.toLowerCase(Locale.ROOT);
            kotlin.jvm.internal.o.g(lowerCase, "toLowerCase(...)");
            l0Var = lowerCase.equals("robolectric") ? new l0() : null;
        }
        f1321a = l0Var;
    }
}
