Searched refs:mNextLine (Results 1 – 1 of 1) sorted by relevance
334 private byte[] mNextLine = null; field in MockTransport.MockInputStream346 if (mNextLine != null && mNextIndex < mNextLine.length) { in read()347 return mNextLine[mNextIndex++]; in read()355 mNextLine = (next + "\r\n").getBytes(); in read()358 if (mNextLine != null && mNextIndex < mNextLine.length) { in read()359 return mNextLine[mNextIndex++]; in read()