Searched defs:writeProperties (Results 1 - 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DPropertiesTest.java210 prop.load(is = new ByteArrayInputStream(writeProperties()));
314 is = new ByteArrayInputStream(writeProperties());
1111 protected byte[] writeProperties() throws IOException { method in class:PropertiesTest
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DProviderTest.java576 InputStream is = new ByteArrayInputStream(writeProperties());
619 protected byte[] writeProperties() { method in class:ProviderTest

Completed in 69 milliseconds