Searched refs:manufacturerCode (Results 1 – 2 of 2) sorted by relevance
424 final String manufacturerCode = String.format(Locale.US, "%010d", dec1); in getDecimalFromHex() local438 .append(manufacturerCode, 0, 5) in getDecimalFromHex()440 .append(manufacturerCode, 5, manufacturerCode.length()) in getDecimalFromHex()
2597 String manufacturerCode = null; in getManufacturerCodeForSlot() local2600 manufacturerCode = meid == null ? null : meid.substring(0, MANUFACTURER_CODE_LENGTH); in getManufacturerCodeForSlot()2602 return manufacturerCode; in getManufacturerCodeForSlot()