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