Searched refs:propValue (Results 1 – 2 of 2) sorted by relevance
163 public void addProperty(String propertyKey, String propValue) { in addProperty() argument164 mPropertyMap.put(propertyKey, propValue); in addProperty()
387 String propValue = getIDevice().getProperty(propName); in internalGetProperty() local388 if (propValue != null) { in internalGetProperty()389 return propValue; in internalGetProperty()