Searched refs:mNextLine (Results 1 – 1 of 1) sorted by relevance
364 private byte[] mNextLine = null; field in MockTransport.MockInputStream376 if (mNextLine != null && mNextIndex < mNextLine.length) { in read()377 return mNextLine[mNextIndex++]; in read()385 mNextLine = (next + "\r\n").getBytes(); in read()388 if (mNextLine != null && mNextIndex < mNextLine.length) { in read()389 return mNextLine[mNextIndex++]; in read()