Home
last modified time | relevance | path

Searched defs:getProperty (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DDeviceDescriptor.java259 public String getProperty(String name) { in getProperty() method in DeviceDescriptor
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java647 private String getProperty(IDevice device, String propName) { in getProperty() method in DeviceSelectionOptions
DStubDevice.java158 public String getProperty(String name) { in getProperty() method in StubDevice
DINativeDevice.java89 public String getProperty(String name) throws DeviceNotAvailableException; in getProperty() method
DNativeDevice.java449 public String getProperty(final String name) throws DeviceNotAvailableException { in getProperty() method in NativeDevice