Home
last modified time | relevance | path

Searched refs:addProperty (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java262 mDeviceSelection.addProperty("prop1", "propvalue");
273 mDeviceSelection.addProperty("prop1", "propvalue");
284 mDeviceSelection.addProperty("prop1", "propvalue");
285 mDeviceSelection.addProperty("prop2", "propvalue2");
297 mDeviceSelection.addProperty("prop1", "propvalue");
298 mDeviceSelection.addProperty("prop2", "propvalue2");
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextClassItem.kt217 fun addProperty(property: TextPropertyItem) { in addProperty() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java210 public void addProperty(String propertyKey, String propValue) { in addProperty() method in DeviceSelectionOptions
/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/
DTextCodebase.kt380 cls.addProperty(new as TextPropertyItem) in computeDelta()
DApiFile.java692 cl.addProperty(property); in parseProperty()