Home
last modified time | relevance | path

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

/art/test/922-properties/src/art/
DTest922.java115 setSystemProperty(key, "abc"); in checkProperty()
154 private static native void setSystemProperty(String key, String value); in setSystemProperty() method in Test922