Searched refs:TOTAL_SIZE (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
H A DFileInputStreamTest.java36 private static final int TOTAL_SIZE = 1024; field in class:FileInputStreamTest
51 byte[] buffer = new byte[TOTAL_SIZE];
81 verifyData(fis, SKIP_SIZE, TOTAL_SIZE - SKIP_SIZE);

Completed in 2235 milliseconds