Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java450 String propValue = getProperty(propName); in internalGetProperty() local
451 if (propValue != null) { in internalGetProperty()
452 return propValue; in internalGetProperty()
528 public boolean setProperty(String propKey, String propValue) in setProperty() argument
530 if (propKey == null || propValue == null) { in setProperty()
533 String setPropCmd = String.format("\"setprop %s '%s'\"", propKey, propValue); in setProperty()
DDeviceSelectionOptions.java212 public void addProperty(String propertyKey, String propValue) { in addProperty() argument
213 mPropertyMap.put(propertyKey, propValue); in addProperty()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java125 public boolean setProperty(String propKey, String propValue) throws DeviceNotAvailableException; in setProperty() argument