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

/libcore/luni/src/test/java/libcore/javax/crypto/
H A DCipherInputStreamTest.java82 private int totalRead; field in class:CipherInputStreamTest.MeasuringInputStream
91 totalRead++;
99 totalRead += numRead;
105 return totalRead;

Completed in 52 milliseconds