Searched refs:addProperty (Results 1 – 6 of 6) sorted by relevance
265 mDeviceSelection.addProperty("prop1", "propvalue");275 mDeviceSelection.addProperty("prop1", "propvalue");285 mDeviceSelection.addProperty("prop1", "propvalue");286 mDeviceSelection.addProperty("prop2", "propvalue2");297 mDeviceSelection.addProperty("prop1", "propvalue");298 mDeviceSelection.addProperty("prop2", "propvalue2");
101 fun addProperty(property: PropertyItem) { in addProperty() method103 cls.addProperty(property as TextPropertyItem) in addProperty()
151 fun addProperty(property: TextPropertyItem) { in addProperty() method
1418 cl.addProperty(property) in parseProperty()
227 addProperty(new) in computeDelta()
241 public void addProperty(String propertyKey, String propValue) { in addProperty() method in DeviceSelectionOptions