Home
last modified time | relevance | path

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

/libcore/support/src/test/java/tests/support/
DSupport_TestWebData.java31 public final static byte[] test2 = newBinaryFile(8192);
37 public final static byte[] test3 = newBinaryFile(3);
47 private static byte[] newBinaryFile(int byteCount) { in newBinaryFile() method in Support_TestWebData