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