Home
last modified time | relevance | path

Searched refs:getManufacturer (Results 1 – 2 of 2) sorted by relevance

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DPropertyUtil.java92 public static String getManufacturer(ITestDevice device) throws DeviceNotAvailableException { in getManufacturer() method in PropertyUtil
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparer.java258 paramMap.put("oem", String.valueOf(PropertyUtil.getManufacturer(device))); in buildRequestParams()