Searched refs:vendorSkuProperty (Results 1 – 1 of 1) sorted by relevance
481 String vendorSkuProperty = SystemProperties.get(VENDOR_SKU_PROPERTY, ""); in readAllPermissions() local482 if (!vendorSkuProperty.isEmpty()) { in readAllPermissions()483 String vendorSkuDir = "sku_" + vendorSkuProperty; in readAllPermissions()