Searched refs:propValue (Results 1 – 3 of 3) sorted by relevance
210 public void addProperty(String propertyKey, String propValue) { in addProperty() argument211 mPropertyMap.put(propertyKey, propValue); in addProperty()
429 String propValue = getIDevice().getProperty(propName); in internalGetProperty() local430 if (propValue != null) { in internalGetProperty()431 return propValue; in internalGetProperty()463 public boolean setProperty(String propKey, String propValue) in setProperty() argument465 if (propKey == null || propValue == null) { in setProperty()473 executeShellV2Command(String.format("setprop \"%s\" \"%s\"", propKey, propValue)); in setProperty()
99 public boolean setProperty(String propKey, String propValue) throws DeviceNotAvailableException; in setProperty() argument