package com.seewo.libsvendors.utils;

import android.os.SystemProperties;

/* JADX INFO: compiled from: HardwareUtils.java */
/* JADX INFO: loaded from: classes.dex */
public class b {
    public static boolean a() {
        return b(5);
    }

    private static boolean b(int i) {
        return ((SystemProperties.getInt("persist.sys.devicelist", 0) & ((int) Math.pow(2.0d, (double) i))) >> i) == 1;
    }
}
