Searched refs:sku (Results 1 – 2 of 2) sorted by relevance
1480 const std::string sku = android::base::GetProperty("ro.boot.product.hardware.sku", ""); in DumpVintf() local1481 const auto vintfFiles = android::vintf::details::dumpFileList(sku); in DumpVintf()
4336 String sku = SystemProperties.get("ro.boot.hardware.sku");4337 if (!TextUtils.isEmpty(sku) && ArrayUtils.contains(skuArray, sku)) {