Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java265 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");
/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/
DTextCodebaseBuilder.kt101 fun addProperty(property: PropertyItem) { in addProperty() method
103 cls.addProperty(property as TextPropertyItem) in addProperty()
DTextClassItem.kt151 fun addProperty(property: TextPropertyItem) { in addProperty() method
DApiFile.kt1418 cl.addProperty(property) in parseProperty()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/signature/
DSignatureToJDiffCommand.kt227 addProperty(new) in computeDelta()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java241 public void addProperty(String propertyKey, String propValue) { in addProperty() method in DeviceSelectionOptions