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

/libcore/luni/src/test/java/libcore/javax/crypto/
H A DCipherInputStreamTest.java69 private int totalRead; field in class:CipherInputStreamTest.MeasuringInputStream
78 totalRead++;
86 totalRead += numRead;
92 return totalRead;

Completed in 44 milliseconds