Home
last modified time | relevance | path

Searched refs:propName (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java647 private String getProperty(IDevice device, String propName) { in getProperty() argument
648 return device.getProperty(propName); in getProperty()
DNativeDevice.java427 protected String internalGetProperty(String propName, String fastbootVar, String description) in internalGetProperty() argument
429 String propValue = getIDevice().getProperty(propName); in internalGetProperty()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java2362 String propName, String fastbootVar, String description) in testGetProductVariant_legacyOmr1()
2364 if (DeviceProperties.VARIANT_LEGACY_O_MR1.equals(propName)) { in testGetProductVariant_legacyOmr1()
2380 String propName, String fastbootVar, String description) in testGetProductVariant_legacy()
2382 if (DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O.equals(propName)) { in testGetProductVariant_legacy()