Searched refs:EMPTY_BYTE_ARRAY (Results 1 – 2 of 2) sorted by relevance
141 return EMPTY_BYTE_ARRAY; in readAttributeBytes()161 mBufferedLine = EMPTY_BYTE_ARRAY; in readAttributeBytes()164 return EMPTY_BYTE_ARRAY; in readAttributeBytes()191 mBufferedLine = EMPTY_BYTE_ARRAY; // return "end of section" next time in readAttributeBytes()205 private static final byte[] EMPTY_BYTE_ARRAY = new byte[0]; field in ManifestParser249 return EMPTY_BYTE_ARRAY; in readLine()
574 private static final byte[] EMPTY_BYTE_ARRAY = new byte[0]; field in Asn1BerParser.BerToJavaConverter586 return (T) EMPTY_BYTE_ARRAY; in convert()