Searched refs:propName (Results 1 – 3 of 3) sorted by relevance
540 private String getProperty(IDevice device, String propName) { in getProperty() argument541 return device.getProperty(propName); in getProperty()
385 protected String internalGetProperty(String propName, String fastbootVar, String description) in internalGetProperty() argument387 String propValue = getIDevice().getProperty(propName); in internalGetProperty()398 return getProperty(propName); in internalGetProperty()
2187 String propName, String fastbootVar, String description) in testGetProductVariant_legacy()2189 if (DeviceProperties.VARIANT_LEGACY.equals(propName)) { in testGetProductVariant_legacy()