Searched refs:mBufferedLine (Results 1 – 1 of 1) sorted by relevance
40 private byte[] mBufferedLine; field in ManifestParser139 if ((mBufferedLine != null) && (mBufferedLine.length == 0)) { in readAttributeBytes()140 mBufferedLine = null; in readAttributeBytes()148 if (mBufferedLine != null) { in readAttributeBytes()149 byte[] result = mBufferedLine; in readAttributeBytes()150 mBufferedLine = null; in readAttributeBytes()159 if (mBufferedLine != null) { in readAttributeBytes()160 byte[] result = mBufferedLine; in readAttributeBytes()161 mBufferedLine = EMPTY_BYTE_ARRAY; in readAttributeBytes()167 if (mBufferedLine == null) { in readAttributeBytes()[all …]