Searched defs:setProperty (Results 1 – 5 of 5) sorted by relevance
331 fun setProperty(value: java.lang.String): void in Test abstract mutable property of non-null string() method364 fun setProperty(value: java.lang.String?): void in Test abstract mutable property of nullable string() method398 fun setProperty(value: java.util.List<java.lang.String>): void in Test abstract mutable property of list of non-null string() method432 fun setProperty(value: java.util.List<java.lang.String?>): void in Test abstract mutable property of list of nullable string() method466 fun setProperty(<set-?>: T): void in Test mutable non-null generic property overriding property exposing public setter() method500 fun setProperty(<set-?>: T?): void in Test mutable nullable generic property overriding property exposing public setter() method534 fun setProperty(<set-?>: java.util.List<java.lang.String?>): void in Test mutable list of nullable property overriding property exposing public setter() method
514 private void setProperty(ITestDevice testDevice, String property, boolean enable) { in setProperty() method in PtsBotTest
1705 protected void setProperty(String key, String value) { in setProperty() method in DeviceSetup
128 public boolean setProperty(String propKey, String propValue) throws DeviceNotAvailableException; in setProperty() method
775 public boolean setProperty(String propKey, String propValue) in setProperty() method in NativeDevice