Searched refs:propValue (Results 1 – 3 of 3) sorted by relevance
450 String propValue = getProperty(propName); in internalGetProperty() local451 if (propValue != null) { in internalGetProperty()452 return propValue; in internalGetProperty()528 public boolean setProperty(String propKey, String propValue) in setProperty() argument530 if (propKey == null || propValue == null) { in setProperty()533 String setPropCmd = String.format("\"setprop %s '%s'\"", propKey, propValue); in setProperty()
212 public void addProperty(String propertyKey, String propValue) { in addProperty() argument213 mPropertyMap.put(propertyKey, propValue); in addProperty()
125 public boolean setProperty(String propKey, String propValue) throws DeviceNotAvailableException; in setProperty() argument