Searched refs:ERROR_END_OF_FILE (Results 1 – 4 of 4) sorted by relevance
89 throw new ParseException(MdnsResponseErrorCode.ERROR_END_OF_FILE, in parse()115 throw new ParseException(MdnsResponseErrorCode.ERROR_END_OF_FILE, in parseRecordsSection()148 throw new ParseException(MdnsResponseErrorCode.ERROR_END_OF_FILE, in parseRecord()
37 public static final int ERROR_END_OF_FILE = 12; field in MdnsResponseErrorCode
108 throw new MdnsPacket.ParseException(MdnsResponseErrorCode.ERROR_END_OF_FILE, in parseResponse()
446 anyInt(), eq(MdnsResponseErrorCode.ERROR_END_OF_FILE), any()); in testFailedToParseMdnsResponse_useSeparateSocketForUnicast()468 eq(1), eq(MdnsResponseErrorCode.ERROR_END_OF_FILE), any()); in testFailedToParseMdnsResponse_useSameSocketForMulticastAndUnicast()