Searched refs:getManufacturer (Results 1 – 2 of 2) sorted by relevance
92 public static String getManufacturer(ITestDevice device) throws DeviceNotAvailableException { in getManufacturer() method in PropertyUtil
258 paramMap.put("oem", String.valueOf(PropertyUtil.getManufacturer(device))); in buildRequestParams()