Searched refs:mByteOutputStream (Results 1 – 1 of 1) sorted by relevance
1130 ByteArrayOutputStream mByteOutputStream; field in RegisteredServicesCacheTest.MockFileOutputStream1135 mByteOutputStream = new ByteArrayOutputStream(); in MockFileOutputStream()1140 mByteOutputStream.write(b, off, len); in write()1145 mByteOutputStream.write(b); in write()1150 mByteOutputStream.write(b); in write()1155 mByteOutputStream.close(); in close()1160 mByteOutputStream.flush(); in flush()1164 return new ByteArrayInputStream(mByteOutputStream.toByteArray()); in toInputStream()