package d.f.a.r2;

import android.os.SystemProperties;

/* JADX INFO: compiled from: PropertiesUtils.java */
/* JADX INFO: loaded from: classes.dex */
public class y2 {
    public static final String a = SystemProperties.get("ro.cvte.flavor.name", "");

    public static String a() {
        String strF = d.i.f.c.c.f("persist.sys.product.model", "empty");
        if ("empty".equals(strF)) {
            strF = d.i.f.c.c.f("ro.customer.product.model", "empty");
        }
        return strF.equals("empty") ? d.i.f.c.c.f("ro.product.model", "empty") : strF;
    }
}
